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
I'm running into a lot of issues trying to get your code up and running. I have tried conda, which failed following which I tried my own enviroment manually picking versions most likely to work with your code.
Can you please specify the exact versions/commit shas of what you're using for the following software?
rllab
mujoco-py
gym
mjpro
I was trying to resolve the errors one by one, the last one I landed on is:
Traceback (most recent call last): File "adversarial/scripts/train_adversary.py", line 73, in <module> env = normalize(GymEnv(env_name, adv_fraction)) File "/opt/rarl/env/lib/python3.5/site-packages/rllab-0.1.0-py3.5.egg/rllab/envs/gym_env.py", line 55, in __init__ def_adv = env.adv_action_space.high[0]AttributeError: 'HopperEnv' object has no attribute 'adv_action_space'
The text was updated successfully, but these errors were encountered:
Hello,
I'm running into a lot of issues trying to get your code up and running. I have tried conda, which failed following which I tried my own enviroment manually picking versions most likely to work with your code.
Can you please specify the exact versions/commit shas of what you're using for the following software?
I was trying to resolve the errors one by one, the last one I landed on is:
The text was updated successfully, but these errors were encountered: