Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 333 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 333 Bytes

TicTacToe trained using OpenAI

$ pip install -e gym-ttt
$ ./bin/python -m run

Example output:

-----------------------------------------------------
| 1 2 1 |
| 2 1 0 |
| 2 0 1 |
won/lost: 719/9
-----------------------------------------------------
| 1 2 1 |
| 2 1 0 |
| 1 2 0 |
won/lost: 720/9