babasbot / PunchOut-Nes

Mike Tyson's Punch-Out! Gym Retro environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mike Tyson's Punch-Out! Gym Retro Environment

THIS IS A WORK IN PROGRESS.

An environment implementation for Mike Tyson's Punch-Out! (1987) of NES for Gym Retro.

Installation

To create a gym retro environment, you should probably start with their Getting Started Guide.

In the root of this project, add your copy of Mike Tyson's Punch-Out! ROM as rom.nes and it's rom.sha file.

Then, use the import script to register the game:

python -m retro.import /path/to/your/ROMs/directory/

For further information, please refer to Gym Retro's Game Integration docs.

Run the agent

./agent.py

LICENSE

This is free software, distributed under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License (or any later version). For more information, see the LICENSE file.

About

Mike Tyson's Punch-Out! Gym Retro environment

License:GNU General Public License v3.0


Languages

Language:Python 58.9%Language:Lua 40.0%Language:Makefile 1.2%