Closed Jendker closed 4 years ago
Ah yeah, I just updated the master of my mujoco-py and haven't really tested against it.
The fix in 29fcd26290c9417aef0f82d0628d29fa0dbf0fab
should actually be incorporated in the latest mujoco-py
upstream master. Could you try upgrading both gym and mujoco-py? I.e. pip install -U mujoco-py gym
Ok, these two issues are related, I will close this one and continue in the other one https://github.com/avisingh599/reward-learning-rl/issues/20
I run into following problem when installing conda environment:
But replacing
git+https://github.com/hartikainen/mujoco-py.git@29fcd26290c9417aef0f82d0628d29fa0dbf0fab
withgit+https://github.com/hartikainen/mujoco-py.git
in requirements.txt solves the issue.EDIT: But afterwards when running the example code I get:
so it may be worth adjusting these dependencies.