Skip to content

Open AI gym Env class implementation with mujoco-py and mujoco ver1.50

License

Notifications You must be signed in to change notification settings

pfnet/gym-env-mujoco150

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym-env-mujoco150

OpenAI-gym mujoco environment with mujoco1.50 and mujoco-py1.50.

Example

import gym_env_mujoco150

env = gym_env_mujoco150.make('InvertedPendulum-mujoco150-v1')
env.reset()
env.render()

Requirement

mujoco version 1.50

  • gym 0.9.2
  • mujoco-py 1.50.1

License

MIT License (see LICENSE.md file).

About

Open AI gym Env class implementation with mujoco-py and mujoco ver1.50

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages