Skip to content

HarvardAgileRoboticsLab/gym-kuka-mujoco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

274 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym-kuka-mujoco

An OpenAI gym environment for the Kuka arm.

Installation

Just the Environment

pip install -e .

The Environment and Baselines Code for Learning

pip install tensorflow
pip install -r requirements.txt

Example

Train on the KukaEnv with the baselines PPO implementation using

python examples/run_baselines.py --alg=ppo2 --env=KukaMujoco-v0 --network=mlp --num_timesteps=2e7 --play

About

An OpenAI gym environment for the Kuka arm.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors