Skip to content

Commit

Permalink
UPDATE: Install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vikashplus committed Apr 4, 2023
1 parent 9dacf88 commit 6d31b08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ conda activate robohive

a. Most users -
```
git clone -c submodule.robohive/simhive/myo_sim.update=none --branch v0.4dev --recursive https://github.com/vikashplus/robohive.git
git clone -c submodule.robohive/simhive/myo_sim.update=none --branch v0.5dev --recursive https://github.com/vikashplus/robohive.git
```

b. myoSuite developers: you must have access to myo_sim(private repo) -
Expand Down
1 change: 1 addition & 0 deletions env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
- pip:
- click
- gym==0.13
- mujoco==2.3.3
- mujoco-py<2.2,>=2.1
- termcolor
- sk-video
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def package_files(directory):

setup(
name='robohive',
version='0.4.0',
version='0.5.0',
packages=find_packages(),
package_data={"": extra_files},
include_package_data=True,
Expand All @@ -39,6 +39,7 @@ def package_files(directory):
install_requires=[
'click',
'gym==0.13',
'mujoco==2.3.3',
# 'mujoco-py<2.2,>=2.1',
'termcolor',
'sk-video',
Expand Down

0 comments on commit 6d31b08

Please sign in to comment.