sayed-bot-model-v2 / config.json
SAyyeedd's picture
Upload config.json with huggingface_hub
e00a641 verified
Raw
History Blame Contribute Delete
737 Bytes
{
"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"
}