项目作者: cchacin
项目描述 :
TicTacToe trained using OpenAI
高级语言: Python
项目地址: git://github.com/cchacin/TicTacToe-OpenAI.git
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