Skip to content

Commit

Permalink
Updated Adroit dependency. (#27)
Browse files Browse the repository at this point in the history
* Updated Adroit dependency.

No need to update submodules separately, recursively cloning will do the job.

* Updating install instructions to reflect cleaner install steps

Co-authored-by: Vikash Kumar <[email protected]>
  • Loading branch information
ShahRutav and vikashplus authored Feb 23, 2022
1 parent 0539d5c commit f786982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
```
$ git clone --recursive https://github.com/vikashplus/mj_envs.git
```
2. Update submodules
```
$ cd mj_envs
$ git submodule update --remote
```
3. Install package using `pip`
2. Install package using `pip`
```
$ pip install -e .
```
Expand All @@ -22,7 +17,7 @@ Add repo to pythonpath by updating `~/.bashrc` or `~/.bash_profile`
```
export PYTHONPATH="<path/to/mj_envs>:$PYTHONPATH"
```
4. You can visualize the environments with random controls using the below command
3. You can visualize the environments with random controls using the below command
```
$ python utils/visualize_env.py --env_name hammer-v0
```
Expand All @@ -38,4 +33,4 @@ Hand-Manipulation-Suite Tasks [(video)](https://youtu.be/jJtBll8l_OM)
:-------------------------:
![Alt text](mj_envs/hand_manipulation_suite/assets/tasks.jpg?raw=false "Fetch Pole")

## 2. More coming soon
## 2. More coming soon

0 comments on commit f786982

Please sign in to comment.