Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Mujoco version 1.5 #31

Open
gautam1858 opened this issue Aug 5, 2017 · 6 comments
Open

Support Mujoco version 1.5 #31

gautam1858 opened this issue Aug 5, 2017 · 6 comments

Comments

@gautam1858
Copy link

Can we have this in Mujoco 1.5 version please ? Because the new MacBook Pro doesn't support 1.3 version

@nottombrown nottombrown changed the title Mujoco error Support Mujoco version 1.5 Aug 7, 2017
@nottombrown
Copy link
Owner

I'd be happy to accept PRs that allow Mujoco 1.5

@gautam1858
Copy link
Author

Sure and can you give me some advice on how to transform this code so as to support 1.5 version

@nottombrown
Copy link
Owner

nottombrown commented Aug 8, 2017 via email

@gautam1858
Copy link
Author

Ok

@jmeyers44
Copy link

jmeyers44 commented Aug 8, 2017

The error I get using 1.5 (full trace below) implies that the Mujoco error is being thrown from the gym dependency, specifically imported on line 5 of envs.py. Therefore, I would think support for 1.5 in rl-teacher would be blocked by the upgrade to 1.5 in Gym (tracked here).

Does that sound correct @nottombrown?

Traceback (most recent call last): File "rl_teacher/teach.py", line 13, in <module> from rl_teacher.comparison_collectors import SyntheticComparisonCollector, HumanComparisonCollector File "/Users/jonathanmeyers/Dev/ml/open_ai/rl-teacher/rl_teacher/comparison_collectors.py", line 8, in <module> from rl_teacher.envs import make_with_torque_removed File "/Users/jonathanmeyers/Dev/ml/open_ai/rl-teacher/rl_teacher/envs.py", line 5, in <module> from gym.envs import mujoco File "/Users/jonathanmeyers/anaconda2/envs/rl-teacher/lib/python3.5/site-packages/gym/envs/mujoco/__init__.py", line 1, in <module> from gym.envs.mujoco.mujoco_env import MujocoEnv File "/Users/jonathanmeyers/anaconda2/envs/rl-teacher/lib/python3.5/site-packages/gym/envs/mujoco/mujoco_env.py", line 11, in <module> import mujoco_py File "/Users/jonathanmeyers/anaconda2/envs/rl-teacher/lib/python3.5/site-packages/mujoco_py/__init__.py", line 2, in <module> init_config() File "/Users/jonathanmeyers/anaconda2/envs/rl-teacher/lib/python3.5/site-packages/mujoco_py/config.py", line 37, in init_config raise error.MujocoDependencyError('Found your MuJoCo license key but not binaries. Please put your binaries into ~/.mujoco/mjpro131 or set MUJOCO_PY_MJPRO_PATH. Follow the instructions on https://github.com/openai/mujoco-py for setup.')

@nottombrown
Copy link
Owner

nottombrown commented Aug 8, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants