Fixed training of three models
This commit is contained in:
19
README.md
19
README.md
@@ -1,5 +1,24 @@
|
||||
---
|
||||
license: mit
|
||||
library_name: pytorch
|
||||
tags:
|
||||
- reinforcement-learning
|
||||
- game-ai
|
||||
- tic-tac-toe
|
||||
- pytorch
|
||||
---
|
||||
|
||||
# Ultimate Tic Tac Toe Deep Learning Bot
|
||||
|
||||
Model for playing Ultimate Tic Tac Toe
|
||||
|
||||
## Available checkpoints
|
||||
|
||||
- `checkpoints/medium.pth`: medium-difficulty checkpoint.
|
||||
- `checkpoints/hard.pth`: hard-difficulty checkpoint.
|
||||
|
||||
## Usage
|
||||
|
||||
**Usage**
|
||||
Run `python run.py --help` for help.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user