-
Notifications
You must be signed in to change notification settings - Fork 373
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
ModuleNotFoundError: No module named 'ding' #535
Comments
I can run
I got the error:
Can you give me some suggestions? |
It is the compatibility bug about version updates. You can add corresponding config field in env = dict(
...,
action_clip=False,
...,
) |
btw, you may encounter the same problem in |
It runs successfully. |
Hi,
I installed DI-engine succesfully.
However, when I run:
cd /home/xx/DI-engine/dizoo/classic_control/pendulum/entry
python3 -u pendulum_d4pg_main.py
I got the error:
Traceback (most recent call last):
File "pendulum_d4pg_main.py", line 5, in
from ding.config import compile_config
ModuleNotFoundError: No module named 'ding'
Can you give me some suggestions?
The text was updated successfully, but these errors were encountered: