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
Traceback (most recent call last):
File "E:/Produce/8 Residual Policy Learning/ppo/joystick_control.py", line 5, in
from lunar_lander.joystick_agent import LunarLanderJoystickActor
File "E:\Produce\8 Residual Policy Learning\lunar_lander_init_.py", line 1, in
from lunar_lander.actor import lunar_lander_policy_fn, lunar_lander_qf_fn
File "E:\Produce\8 Residual Policy Learning\lunar_lander\actor.py", line 3, in
from dl.rl.modules import QFunction, UnnormActionPolicy
ImportError: cannot import name 'UnnormActionPolicy' from 'dl.rl.modules' (E:\Produce\8 Residual Policy Learning\dl\rl\modules_init_.py)
hello, when i run the code, i have this question, how should i deal with it?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "E:/Produce/8 Residual Policy Learning/ppo/joystick_control.py", line 5, in
from lunar_lander.joystick_agent import LunarLanderJoystickActor
File "E:\Produce\8 Residual Policy Learning\lunar_lander_init_.py", line 1, in
from lunar_lander.actor import lunar_lander_policy_fn, lunar_lander_qf_fn
File "E:\Produce\8 Residual Policy Learning\lunar_lander\actor.py", line 3, in
from dl.rl.modules import QFunction, UnnormActionPolicy
ImportError: cannot import name 'UnnormActionPolicy' from 'dl.rl.modules' (E:\Produce\8 Residual Policy Learning\dl\rl\modules_init_.py)
hello, when i run the code, i have this question, how should i deal with it?
The text was updated successfully, but these errors were encountered: