Closed KornbergFresnel closed 3 years ago
Thank you for raising this issue. I'll look into this more in a bit, but it seems to be an issue with using the released version from PyPI in conda envs. I was able to install the ROMs to the correct location by cloning this repo and running that version of AutoROM. Let me know if that solves your problem. If not, could you provide the command line output from AutoROM, including the directory that it is supposedly saving the ROMs to?
After investigating a bit more, it's possible that when you use AutoROM, it's calling the system version rather than the conda version. One possible solution to this is to uninstall AutoROM from the system-wide site-packages, and just install it in your conda env.
conda deactivate
pip uninstall AutoROM
conda activate myenv
pip install AutoROM
If you run AutoROM after this, you should see that the directory it lists for installing ROMs is your current conda environments site-packages folder, rather than the system-wide one. Note that you may also need to install multi_agent_ale_py to this conda environment for it to show the correct directory.
After investigating a bit more, it's possible that when you use AutoROM, it's calling the system version rather than the conda version. One possible solution to this is to uninstall AutoROM from the system-wide site-packages, and just install it in your conda env.
conda deactivate pip uninstall AutoROM conda activate myenv pip install AutoROM
If you run AutoROM after this, you should see that the directory it lists for installing ROMs is your current conda environments site-packages folder, rather than the system-wide one. Note that you may also need to install multi_agent_ale_py to this conda environment for it to show the correct directory.
I updated the description, my AutoROM (and multi_agent_ale_py
) locates in conda environment, not system-wide.
Could you run the AutoROM
command in your terminal and provide the output from that command? You'll need to run the command to install the ROM files, and when you do, it should tell you where it's planning to install the files.
@RyanNavillus oh, sorry for the late reply, I've addressed this issue with your guides. :)
Environment
ISSUE
Installed
autorom
but raised an error:Where is AutoRom installed:
miniconda3/envs/workspace/lib/python3.7/site-packages/AutoROM/
(and there are no binary files).Expected:
miniconda3/envs/workspace/lib/python3.7/site-packages/multi_agent_ale_py/ROM/{game}/{game.bin}