Kautenja / nes-py

A Python3 NES emulator and OpenAI Gym interface
MIT License
235 stars 63 forks source link

Where I can download .nes file and get the binary address that I want to develop an new nes game env #61

Closed lossv closed 5 years ago

lossv commented 5 years ago

Where I can download .nes file and get the binary address that I want to develop an new nes game env,please tell me thanks a lot

Kautenja commented 5 years ago

you'll have to find .nes files on your own. the guide for creating environments is here.