add README
This commit is contained in:
parent
246fa16326
commit
c5694425c5
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
## 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')```
|
Loading…
Reference in New Issue
Block a user