Farama-Foundation / stable-retro

Retro games for Reinforcement Learning
https://stable-retro.farama.org/
MIT License
162 stars 34 forks source link

Fix cores not copying to retro/cores in some cases (openai/retro#260) #46

Closed joohei closed 1 year ago

joohei commented 1 year ago

This fixes the issue with the required json files not found inside the cores directory. These files are required to integrate new games using retro.import. This fix should correctly place the required files inside the correct folder. For more information about the specific error, check this issue.

pseudo-rnd-thoughts commented 1 year ago

Could you run pre-commit, pip install pre-commit and pre-commit run --all-files

joohei commented 1 year ago

Could you run pre-commit, pip install pre-commit and pre-commit run --all-files

Yep, thanks. It should now be fixed and pass the workflows.