sayed-mc-bot-v5 / config.json
sayed125's picture
Upload config.json with huggingface_hub
f73ff8c verified
Raw
History Blame Contribute Delete
8.45 kB
{
"version": "5.2.0",
"features": 80,
"actions": 56,
"dirs": 9,
"seq_len": 50,
"hidden_dim": 512,
"num_layers": 24,
"num_heads": 8,
"dropout": 0.1,
"label_smoothing": 0.1,
"fine_tuned_from": "v5.1",
"pretrained_checkpoint": "sayed125/sayed-mc-bot-v5",
"total_params": 75733057,
"best_val_acc": 0.546764,
"epochs_trained": 7,
"training_data": "100000 seq x 7 epochs",
"training_time_min": 34.6,
"features_list": [
"health",
"food",
"y_level",
"xp_level",
"time_of_day",
"biome",
"dimension",
"light_level",
"is_raining",
"can_see_sky",
"is_in_water",
"is_on_lava",
"block_below",
"block_above",
"is_on_ladder",
"is_in_shelter",
"is_in_danger",
"mobs_nearby",
"danger_mobs",
"items_nearby",
"inventory_pct",
"has_weapon",
"has_pickaxe",
"has_axe",
"has_shield",
"has_bow",
"has_chestplate",
"has_boots",
"has_food",
"has_bed",
"has_torches",
"has_logs",
"has_stone",
"has_iron_raw",
"has_diamond_raw",
"has_building_blocks",
"player_nearby",
"bot_count",
"is_sleeping",
"is_sprinting",
"block_north",
"block_south",
"block_east",
"block_west",
"block_north2",
"block_south2",
"block_east2",
"block_west2",
"count_logs",
"count_stone",
"count_iron",
"count_gold",
"count_diamond",
"count_coal",
"count_food_items",
"count_torches",
"pickaxe_level",
"axe_level",
"sword_level",
"shovel_level",
"total_armor",
"has_extra_shield",
"terrain_flatness",
"elevation_change",
"near_water",
"near_lava",
"time_since_hurt",
"is_thundering",
"portal_nearby",
"structure_nearby",
"y_relative_surface",
"has_obsidian",
"has_flint_steel",
"has_ender_pearl",
"has_blaze_rod",
"animals_nearby",
"villagers_nearby",
"explored_radius",
"trees_nearby",
"flowers_nearby"
],
"actions_list": [
"WANDER",
"EXPLORE",
"COLLECT",
"MINE",
"CRAFT",
"BUILD_SHELTER",
"LIGHT_AREA",
"FIGHT",
"FLEE",
"EAT",
"SLEEP",
"SWIM",
"CHAT",
"EMOTE",
"FOLLOW",
"HELP_ALLY",
"TRADE",
"SMELT",
"EQUIP_ARMOR",
"GO_HOME",
"FARM",
"IDLE",
"JUMP",
"LOOK_AROUND",
"SPRINT",
"BUILD_PATH",
"BUILD_BRIDGE",
"BUILD_WALL",
"PLACE_DOOR",
"PLACE_LADDER",
"MINE_IRON",
"MINE_GOLD",
"MINE_DIAMOND",
"MINE_OBSIDIAN",
"CRAFT_ENCHANT_TABLE",
"CRAFT_ANVIL",
"CRAFT_BREWING_STAND",
"CRAFT_BED",
"CRAFT_BOAT",
"ENTER_NETHER",
"EXPLORE_NETHER",
"FIGHT_BLAZE",
"ENTER_END",
"FIGHT_DRAGON",
"PLANT_CROP",
"HARVEST_CROP",
"FISH",
"SHEAR",
"MILK",
"SLEEP_AT_VILLAGE",
"CHAT_GREETING",
"CHAT_STATUS",
"CHAT_THANK",
"CHAT_QUESTION",
"CHAT_ALERT",
"THINK"
],
"dirs_list": [
"NO_DIR",
"N",
"NE",
"E",
"SE",
"S",
"SW",
"W",
"NW"
],
"feature_minmax": {
"health": [
0,
20
],
"food": [
0,
20
],
"y_level": [
-64,
320
],
"xp_level": [
0,
100
],
"time_of_day": [
0,
24000
],
"biome": [
0,
14
],
"dimension": [
0,
2
],
"light_level": [
0,
15
],
"is_raining": [
0,
1
],
"can_see_sky": [
0,
1
],
"is_in_water": [
0,
1
],
"is_on_lava": [
0,
1
],
"block_below": [
0,
20
],
"block_above": [
0,
100
],
"is_on_ladder": [
0,
1
],
"is_in_shelter": [
0,
1
],
"is_in_danger": [
0,
1
],
"mobs_nearby": [
0,
8
],
"danger_mobs": [
0,
5
],
"items_nearby": [
0,
10
],
"inventory_pct": [
0,
100
],
"has_weapon": [
0,
1
],
"has_pickaxe": [
0,
1
],
"has_axe": [
0,
1
],
"has_shield": [
0,
1
],
"has_bow": [
0,
1
],
"has_chestplate": [
0,
1
],
"has_boots": [
0,
1
],
"has_food": [
0,
1
],
"has_bed": [
0,
1
],
"has_torches": [
0,
1
],
"has_logs": [
0,
1
],
"has_stone": [
0,
1
],
"has_iron_raw": [
0,
1
],
"has_diamond_raw": [
0,
1
],
"has_building_blocks": [
0,
1
],
"player_nearby": [
0,
1
],
"bot_count": [
0,
4
],
"is_sleeping": [
0,
1
],
"is_sprinting": [
0,
1
],
"block_north": [
0,
20
],
"block_south": [
0,
20
],
"block_east": [
0,
20
],
"block_west": [
0,
20
],
"block_north2": [
0,
20
],
"block_south2": [
0,
20
],
"block_east2": [
0,
20
],
"block_west2": [
0,
20
],
"count_logs": [
0,
64
],
"count_stone": [
0,
64
],
"count_iron": [
0,
64
],
"count_gold": [
0,
64
],
"count_diamond": [
0,
64
],
"count_coal": [
0,
64
],
"count_food_items": [
0,
64
],
"count_torches": [
0,
64
],
"pickaxe_level": [
0,
4
],
"axe_level": [
0,
4
],
"sword_level": [
0,
4
],
"shovel_level": [
0,
4
],
"total_armor": [
0,
20
],
"has_extra_shield": [
0,
1
],
"terrain_flatness": [
0,
10
],
"elevation_change": [
-10,
10
],
"near_water": [
0,
1
],
"near_lava": [
0,
1
],
"time_since_hurt": [
0,
1000
],
"is_thundering": [
0,
1
],
"portal_nearby": [
0,
1
],
"structure_nearby": [
0,
5
],
"y_relative_surface": [
-64,
100
],
"has_obsidian": [
0,
1
],
"has_flint_steel": [
0,
1
],
"has_ender_pearl": [
0,
1
],
"has_blaze_rod": [
0,
1
],
"animals_nearby": [
0,
5
],
"villagers_nearby": [
0,
3
],
"explored_radius": [
0,
500
],
"trees_nearby": [
0,
10
],
"flowers_nearby": [
0,
5
]
},
"training_features": {
"curriculum": true,
"action_rebalancing": true,
"label_smoothing": 0.1,
"total_sequences": 100000,
"fine_tuning_lr": 3e-05,
"action_weights": [
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.5033944845199585,
0.3681097626686096,
0.30000001192092896,
0.39075931906700134,
1.0163390636444092,
0.9857667684555054,
0.7880752682685852,
1.1197779178619385,
3.5124807357788086,
2.0426690578460693,
0.44749829173088074,
0.8445136547088623,
0.5976329445838928,
0.5352097153663635,
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.30000001192092896,
0.3102542757987976,
1.817330002784729,
0.44812706112861633,
1.1746877431869507,
0.9663188457489014,
0.9725202322006226,
1.8210701942443848,
3.2912118434906006,
5.0,
4.96272087097168,
1.8054872751235962,
3.0019655227661133,
0.5278047919273376,
1.1415890455245972,
2.6075634956359863,
0.30353522300720215,
0.5028315782546997,
1.5524656772613525,
0.49617335200309753,
0.30000001192092896,
0.5940991044044495,
0.31052473187446594,
0.30000001192092896,
0.6417182087898254,
2.6381611824035645,
0.5117248296737671,
0.6034178137779236,
0.709804117679596,
0.599736750125885,
0.8758209347724915,
0.4302852153778076
]
}
}