Fixed training of three models

This commit is contained in:
2026-03-27 19:10:18 +01:00
parent 29fc731e6c
commit 2bcdeb6362
3 changed files with 80 additions and 0 deletions

View File

@@ -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.