HopperMuJoCoEnv

Official Python bindings with a focus on reinforcement learning and robotics.
Post Reply
garcieri
Posts: 4
Joined: Wed Jun 03, 2020 2:13 pm

HopperMuJoCoEnv

Post by garcieri »

Hi,

I would like to use the MuJoCo implementation of Hopper, which has obs_dim=11 and action_dim=3. However, when making the environment with gym.make('HopperMuJoCoEnv-v0'), it returns the PyBullet implementation (HopperPyBulletEnv-v0) which has obs_dim=15 and action_dim=3. How can I access the MuJoCo implementation (https://github.com/benelot/pybullet-gym ... per_env.py)?
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: HopperMuJoCoEnv

Post by Erwin Coumans »

PyBullet ships with HopperBulletEnv-v0, and other environments as listed here:

https://github.com/bulletphysics/bullet ... _init__.py

This forum is for PyBullet, if you want MuJoCo or Benelot's environments, try visiting another forum.
Post Reply