An open API service indexing awesome lists of open source software.

https://github.com/hsankesara/menace

Menace - The AI Game Bot
https://github.com/hsankesara/menace

artificial-intelligence menace pygame python3 reinforcement-learning tic-tac-toe

Last synced: 2 months ago
JSON representation

Menace - The AI Game Bot

Awesome Lists containing this project

README

          

## Menace
First install Requirements
```
pip3 install -r requirements.txt
```

### Run the Game
```bash
python3 menace.py
```
![alt text](/images/menace_won.gif)
![alt text](/images/menace_draw.gif)

### Train Menace vs Menace
```bash
python3 menace.py train NUM_ITERATIONS
```
![alt text](/images/training-1.png)
![alt text](/images/training-2.png)

## References
* [Menace: the Machine Educable Noughts And Crosses Engine](http://chalkdustmagazine.com/features/menace-machine-educable-noughts-crosses-engine/)
* [Implementing MENACE](http://www.it.uu.se/edu/course/homepage/ai/menace)