dalyk34 commited on
Commit ·
43bb465
1
Parent(s): a89cc9c
readme
Browse files
README.md
CHANGED
|
@@ -13,6 +13,10 @@ model-index:
|
|
| 13 |
results:
|
| 14 |
- task:
|
| 15 |
type: "reinforcement-learning"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Tic-Tac-Toe API
|
|
|
|
| 13 |
results:
|
| 14 |
- task:
|
| 15 |
type: "reinforcement-learning"
|
| 16 |
+
metrics:
|
| 17 |
+
- name: Accuracy
|
| 18 |
+
type: "accuracy"
|
| 19 |
+
value: 0.95 # Example accuracy value; replace with the actual result after evaluating your model
|
| 20 |
---
|
| 21 |
|
| 22 |
# Tic-Tac-Toe API
|