yfeng997 / MadMario

Interactive tutorial to build a learning Mario, for first-time RL learners
192 stars 68 forks source link

Draft: fix: update code to work with newest gymnasium gym-super-mario-bros #15

Closed rohitpid closed 1 year ago

rohitpid commented 1 year ago

This PR updates the code to work with gymnasium which replaces gym. It also updates things to work with the latest gym-super-mario-bros and other dependencies. Lastly, we add instructions on how to set everything up with poetry in the readme. Conda dependencies are out of date still but that will be updated in another PR.