nazaruka / gym-http-api

NSGA2-based Sonic agent + experimental code
MIT License
1 stars 1 forks source link

Get Retro Working #14

Closed schrum2 closed 5 years ago

schrum2 commented 5 years ago

It would be awesome to run these domains: https://github.com/openai/retro They supposedly work in Windows.

Also, if it works, it looks like it will solve #7 as well.

schrum2 commented 5 years ago

Running this was shockingly easy: https://retro.readthedocs.io/en/latest/getting_started.html Let's see if it is as easy to apply an RL algorithm to it

nazaruka commented 5 years ago

(Referencing #7 as well) I was able to import the Atari ROMs by running python -m retro.import C:\Users\Admin\Desktop\Southwestern\SCOPE\Files\Repo\atari-py\atari_py\atari_roms. Now, when I run the central access point file, Python is able to render any one of the Atari environments. Of course, it still has issues with implementing the algorithms

schrum2 commented 5 years ago

We both have retro working! Of course, now we need to integrate code in our repo with retro