Upload config.json with huggingface_hub
Browse files- config.json +44 -0
config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": 2,
|
| 3 |
+
"model_type": "decision_transformer",
|
| 4 |
+
"features": [
|
| 5 |
+
"health",
|
| 6 |
+
"food",
|
| 7 |
+
"mobs_nearby",
|
| 8 |
+
"danger_mobs",
|
| 9 |
+
"ores_nearby",
|
| 10 |
+
"items_nearby",
|
| 11 |
+
"has_weapon",
|
| 12 |
+
"has_pickaxe",
|
| 13 |
+
"has_axe",
|
| 14 |
+
"inventory_pct",
|
| 15 |
+
"time_of_day",
|
| 16 |
+
"is_in_danger",
|
| 17 |
+
"is_on_lava",
|
| 18 |
+
"player_nearby",
|
| 19 |
+
"bot_count"
|
| 20 |
+
],
|
| 21 |
+
"actions": [
|
| 22 |
+
"IDLE",
|
| 23 |
+
"FIGHT",
|
| 24 |
+
"FLEE",
|
| 25 |
+
"MINE",
|
| 26 |
+
"FARM",
|
| 27 |
+
"COLLECT",
|
| 28 |
+
"EXPLORE",
|
| 29 |
+
"CRAFT",
|
| 30 |
+
"CHAT",
|
| 31 |
+
"FOLLOW"
|
| 32 |
+
],
|
| 33 |
+
"input_dim": 15,
|
| 34 |
+
"num_actions": 10,
|
| 35 |
+
"seq_len": 20,
|
| 36 |
+
"d_model": 512,
|
| 37 |
+
"num_layers": 6,
|
| 38 |
+
"nhead": 8,
|
| 39 |
+
"accuracy": 0.393,
|
| 40 |
+
"framework": "pytorch",
|
| 41 |
+
"onnx_opset": 17,
|
| 42 |
+
"quantized": "int8",
|
| 43 |
+
"trained_at": "2026-06-25T11:14:38Z"
|
| 44 |
+
}
|