Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyBullet Integration #166

Open
wduguay-air opened this issue May 1, 2023 · 4 comments
Open

PyBullet Integration #166

wduguay-air opened this issue May 1, 2023 · 4 comments
Assignees

Comments

@wduguay-air
Copy link
Contributor

wduguay-air commented May 1, 2023

Integration of pybullet environment in cogment-verse.
resources:

Starting off with a basic gym implementation of the "PandaReachDense-v2" environment.

@LailaElMoujtahid
Copy link

here the environment used : https://hackmd.io/@jeffreymo/SJJrSJh5_#PyBullet

image

image

@LailaElMoujtahid
Copy link

Link to the library I found on pypi (panda-gym): https://pypi.org/project/panda-gym/

install: pip install panda-gym
in the code:
import panda_gym

env = gym.make('PandaReach-v3', render_mode="human")
In the gym_adapter.py:
Make sure to import panda_gym
Undo the changes we did to the self.gym_env_names (the two locations)
Changes the env_name in the env configuration to be PandaReach-v3

@LailaElMoujtahid
Copy link

@LailaElMoujtahid
Copy link

--> import gymnasium as gym --> Type of Gym environment
--> import panda_gym

Name of the environment --> PandaReach-v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants