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

ImportError: cannot import name 'UnnormActionPolicy' #1

Open
i-Qin opened this issue Mar 14, 2024 · 0 comments
Open

ImportError: cannot import name 'UnnormActionPolicy' #1

i-Qin opened this issue Mar 14, 2024 · 0 comments

Comments

@i-Qin
Copy link

i-Qin commented Mar 14, 2024

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?

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