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

problem finding module tree in the code #41

Open
Faezeh1994 opened this issue Jan 4, 2024 · 0 comments
Open

problem finding module tree in the code #41

Faezeh1994 opened this issue Jan 4, 2024 · 0 comments

Comments

@Faezeh1994
Copy link

Faezeh1994 commented Jan 4, 2024

Hi,
when I am running the main.py code, I encounter the following error: Exception has occurred: ModuleNotFoundError
No module named 'tree'
File "\RL-Job-Shop-Scheduling-master\JSS\CustomCallbacks.py", line 3, in
from ray.rllib.env import BaseEnv
File "
\RL-Job-Shop-Scheduling-master\JSS\main.py", line 14, in
from CustomCallbacks import *
ModuleNotFoundError: No module named 'tree'.
Not all of them which import from ray.rllib, I have the same issue and it shows that module tree is not found.

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