Skip to content

cchacin/TicTacToe-OpenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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