Skip to content

Attempts at a windows release v0.9.0

Compare
Choose a tag to compare
@onaclov2000 onaclov2000 released this 03 May 14:04
· 7 commits to master since this release
954d06d

This release contains a wheel that should work in windows. If you need linux, I think you can just pip install -e . from this repo, and that ought to work (though I haven't confirmed) but as of right now I don't know how to make that work in windows. Thus a wheel file.

Specifically there were updates made to retro_env to load a rom, and related changes in retro.cpp and emulator.cpp to accomplish this goal.

I had to install pyglet 1.5.27 for it to work.

cloudpickle==2.2.1
future==0.18.3
gym==0.26.2
gym-notices==0.0.8
inputs==0.5
numpy==1.24.3
pyglet==1.5.27