Update README.md to include chessGPT info
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Accompanying code can be found at https://github.com/Matthew030701/chessGPT.
|
| 8 |
+
|
| 9 |
+
This model is a decision transformer trained to play chess. It has 50 million parameters.
|
| 10 |
+
|
| 11 |
+
✅It makes good, legal moves in well-known openings and common pawn structures
|
| 12 |
+
✅Fast inference on CPU and GPU
|
| 13 |
+
|
| 14 |
+
❌Almost no ability to think outside of common positions
|
| 15 |
+
❌Can't recognize when in check
|
| 16 |
+
❌Generally sucks at chess
|