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:
Steps to reproduce:
- Clone the Dopamine repository.
- Navigate to
dopamine/labs/redo/.
- Run
train.py.
- The error appears indicating that
dopamine.labs.redo cannot be found.
Expected behavior:
I expected the script to correctly locate and import dopamine.labs.redo.
Additional notes:
- Other modules within
dopamine.labs (such as dopamine.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!
Hello,
I encountered an issue when running the Dopamine framework where the module
dopamine.labs.redocannot be found. Below are the details:Problem:
While trying to run the script
train.pylocated in thedopamine/labs/redo/directory, I get the following error:What I have checked:
File structure: The
redofolder exists withindopamine/labs/and contains the following files:__init__.pyrecycled_atari100k_rainbow_agent.pyEnvironment:
PYTHONPATHand have also manually added it viasys.path.append().Steps to reproduce:
dopamine/labs/redo/.train.py.dopamine.labs.redocannot be found.Expected behavior:
I expected the script to correctly locate and import
dopamine.labs.redo.Additional notes:
dopamine.labs(such asdopamine.labs.atari_100k) can be imported without issue.Any insights or help with resolving this issue would be greatly appreciated. Thank you in advance!