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