You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of the assertion that would prevent you from running only some of the experiments.
3) I had to disable multithreading. If you run into these issues you can set the number of threads to 1 where you find it.
4) Some things are set up only for the humanoid environment in mujoco. For instance, if you are using a different environment, in environments/rlgymenv.py, track_body_name should be set to None and there is no sim.env.viewer -- use other methods like sim.env.render() if you want to view things.
The text was updated successfully, but these errors were encountered:
@DanielTakeshi Just read your blogpost -- for me I think I had to disable multithreading because I was running it on a mac. And as for the pytables thing, that pull request would break python2 support, so it might not make sense to merge it
For anyone struggling to run the code:
and then pick the commands you want and run them individually. In step2_eval, write something like:
instead of the assertion that would prevent you from running only some of the experiments.
3) I had to disable multithreading. If you run into these issues you can set the number of threads to 1 where you find it.
4) Some things are set up only for the humanoid environment in mujoco. For instance, if you are using a different environment, in environments/rlgymenv.py, track_body_name should be set to None and there is no sim.env.viewer -- use other methods like sim.env.render() if you want to view things.
The text was updated successfully, but these errors were encountered: