Go to file
2020-08-28 15:58:12 +02:00
.idea first commit: Mujoco Reacher 5 links 2020-08-28 15:48:34 +02:00
reacher first commit: Mujoco Reacher 5 links 2020-08-28 15:48:34 +02:00
reacher.egg-info first commit: Mujoco Reacher 5 links 2020-08-28 15:48:34 +02:00
MUJOCO_LOG.TXT first commit: Mujoco Reacher 5 links 2020-08-28 15:48:34 +02:00
README.md add README 2020-08-28 15:58:12 +02:00
setup.py first commit: Mujoco Reacher 5 links 2020-08-28 15:48:34 +02:00
test.py first commit: Mujoco Reacher 5 links 2020-08-28 15:48:34 +02:00

GENERAL

- This is a modification (5 links) of Mujoco Gym's Reacher (2 links)

- Creating a custom Mujoco Gym according to this guides: https://github.com/openai/gym/blob/master/docs/creating-environments.md

INSTALL

- NOTE: you should look into envs/reacher_env.py and change the link to .xml file.  

- Install: go to "../reacher_5_links"        
    ``` pip install -e reacher_5_links ```
- Use (see example.py): 
    ``` env = gym.make('reacher:ReacherALREnv-v0')```