You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Integration of pybullet environment in cogment-verse.
resources:
Starting off with a basic gym implementation of the "PandaReachDense-v2" environment.
The text was updated successfully, but these errors were encountered: