Skip to content

Commit

Permalink
install mujoco-v0.5.7 from source (#191)
Browse files Browse the repository at this point in the history
Install mujoco_py with pip install mujoco_py always make error. A better way is installing it from the source code.
  • Loading branch information
inksci authored and dementrock committed Nov 20, 2017
1 parent b2d1e3d commit 23d69cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies:
- pyzmq
- tqdm
- msgpack-python
- mujoco_py
- git+https://github.com/inksci/mujoco-py-v0.5.7.git
- cached_property
- line_profiler
- cloudpickle
Expand Down

0 comments on commit 23d69cd

Please sign in to comment.