From c5694425c5f9e238f7589fbbed0514dec1a017d0 Mon Sep 17 00:00:00 2001 From: Vien Ngo Date: Fri, 28 Aug 2020 15:58:12 +0200 Subject: [PATCH] add README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc46772 --- /dev/null +++ b/README.md @@ -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')``` \ No newline at end of file