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 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!
The text was updated successfully, but these errors were encountered:
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:
I fixed several pathname related issues, but am still running into missing modules etc.
Thanks in advance!
The text was updated successfully, but these errors were encountered: