-
Couldn't load subscription status.
- Fork 1.4k
Open
Description
Hello,
I encountered an issue when running the Dopamine framework where the module dopamine.labs.redo cannot be found. Below are the details:
Problem:
While trying to run the script train.py located in the dopamine/labs/redo/ directory, I get the following error:
ModuleNotFoundError: No module named 'dopamine.labs.redo'
What I have checked:
-
File structure: The
redofolder exists withindopamine/labs/and contains the following files:__init__.pyrecycled_atari100k_rainbow_agent.py- Other related files.
-
Environment:
- I’m using an Anaconda environment with Python 3.10.
- I’ve ensured that the project root directory is included in the
PYTHONPATHand have also manually added it viasys.path.append().
Steps to reproduce:
- Clone the Dopamine repository.
- Navigate to
dopamine/labs/redo/. - Run
train.py. - The error appears indicating that
dopamine.labs.redocannot be found.
Expected behavior:
I expected the script to correctly locate and import dopamine.labs.redo.
Additional notes:
- Other modules within
dopamine.labs(such asdopamine.labs.atari_100k) can be imported without issue. - I have checked and there are no typos in the import path.
- The project structure seems consistent with the Dopamine framework's setup.
Any insights or help with resolving this issue would be greatly appreciated. Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels