Skip to content

Commit

Permalink
Made new release and updated requirements on README
Browse files Browse the repository at this point in the history
  • Loading branch information
M-J-Murray committed Nov 6, 2018
1 parent f8059ed commit 3041734
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## About
This Python library has the to potential to train your reinforcement learning algorithm on almost any arcade game. It is currently available on Linux systems and works as a wrapper around [MAME](http://mamedev.org/). The toolkit allows your algorithm to step through gameplay while recieving the frame data and internal memory address values for tracking the games state, along with sending actions to interact with the game.

## Requirements:
- Operating system: Linux
- Python version: 3.6+

## Installation
You can use `pip` to install the library, just run:
```bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="MAMEToolkit",
version="1.0.1",
version="1.0.2",
author="Michael Murray",
author_email="m.j.murray123@gmail.com",
description="A library to train your RL algorithms against MAME arcade games on Linux",
Expand Down

0 comments on commit 3041734

Please sign in to comment.