Playing Super Mario World with Q-Learing
Follow the steps in "Installation" and "Running the Project" to begin.
Download or clone the repository to your machine.
Install /Dependencies/bizhawk_prereqs.exe or download and install https://github.com/TASVideos/BizHawk-Prereqs/releases/tag/2.1
Open BizHawk folder
Run EmuHawk.exe
In the emulator press File -> Open ROM and choose /Dependencies/Super Mario World (USA).smc . The game should now load in the emulator
In the emulator press Tools -> Lua Console
In the Lua Console press Script -> Open Script and then choose /Dependencies/BIZHAWK/Lua/Q-Learning_Super_Mario_World.lua
Mario should now begin to play on his own!
This project is licensed under the MIT License - see the LICENSE file for details
- Many thanks to Seth Bling for his awesome open-source project MarI/O at https://www.youtube.com/watch?v=qv6UVOQ0F44. Without his work on the BizHawk API this project whould not be possible.