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

Installation Errors #1

Open
jerinphilip opened this issue Oct 26, 2017 · 1 comment
Open

Installation Errors #1

jerinphilip opened this issue Oct 26, 2017 · 1 comment

Comments

@jerinphilip
Copy link

jerinphilip commented Oct 26, 2017

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?

  • 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'
@chenxi-yang
Copy link

Did you find the solution?

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

2 participants