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

Requesting simple RDPG example #29

Open
satpreetsingh opened this issue Nov 29, 2020 · 0 comments
Open

Requesting simple RDPG example #29

satpreetsingh opened this issue Nov 29, 2020 · 0 comments

Comments

@satpreetsingh
Copy link

Hi, could you help me get a simple RDPG example using, say, Pendulum-v0 working?

I tried to invoke using the following on an Ubuntu + Pytorch 1.4.1 system, but am running into errors:

python apex.py rdpg --env_name Pendulum-v0 --run_name pendulum_rdpg

I fixed several pathname related issues, but am still running into missing modules etc.

Traceback (most recent call last):
  File "apex.py", line 116, in <module>
    run_experiment(args)
  File "/home/apex/rl/algos/dpg.py", line 208, in run_experiment
    from rl.policies.critic import FF_Critic, LSTM_Critic
ImportError: cannot import name 'FF_Critic' from 'rl.policies.critic' (/home/apex/rl/policies/critic.py)

Thanks in advance!

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

1 participant