mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-03-28 14:56:24 +01:00
109 lines
No EOL
2.7 KiB
JSON
109 lines
No EOL
2.7 KiB
JSON
{
|
|
"debug_single_agent": {
|
|
"goal": "Just stand at a place and don't do anything",
|
|
"guidance": null,
|
|
"initial_inventory": {},
|
|
"type": "debug"
|
|
},
|
|
"debug_multi_agent": {
|
|
"goal": "Just stand at a place and don't do anything",
|
|
"agent_names": [
|
|
"andy",
|
|
"randy"
|
|
],
|
|
"agent_number": 2,
|
|
"initial_inventory": {
|
|
"andy": {
|
|
"iron_ingot": 1
|
|
},
|
|
"randy": {
|
|
"iron_ingot": 1
|
|
}
|
|
},
|
|
"type": "debug"
|
|
},
|
|
"construction": {
|
|
"type": "construction",
|
|
"goal": "Build a house"
|
|
},
|
|
"multiagent_techtree_1_shears_with_2_iron_ingot": {
|
|
"goal": "Collaborate with other agents to build a shear.",
|
|
"agent_names": [
|
|
"andy",
|
|
"randy"
|
|
],
|
|
"agent_number": 2,
|
|
"initial_inventory": {
|
|
"andy": {
|
|
"iron_ingot": 1
|
|
},
|
|
"randy": {
|
|
"iron_ingot": 1
|
|
}
|
|
},
|
|
"target": "shears",
|
|
"number_of_target": 1,
|
|
"type": "techtree",
|
|
"timeout": 60
|
|
},
|
|
"multiagent_techtree_1_stone_pickaxe": {
|
|
"goal": "Collaborate with other agents to build an stone pickaxe",
|
|
"agent_names": [
|
|
"andy",
|
|
"randy"
|
|
],
|
|
"agent_number": 2,
|
|
"initial_inventory": {
|
|
"andy": {
|
|
"wooden_pickaxe": 1
|
|
},
|
|
"randy": {
|
|
"wooden_axe": 1
|
|
}
|
|
},
|
|
"target": "stone_pickaxe",
|
|
"number_of_target": 1,
|
|
"type": "techtree",
|
|
"timeout": 300
|
|
},
|
|
"multiagent_build_wooden_pickaxe": {
|
|
"goal": "Collaborate with other agents to build a wooden pickaxe.",
|
|
"agent_names": [
|
|
"andy",
|
|
"randy"
|
|
],
|
|
"agent_number": 2,
|
|
"initial_inventory": {
|
|
"andy": {
|
|
"oak_log": 2
|
|
},
|
|
"randy": {
|
|
"stick": 2
|
|
}
|
|
},
|
|
"target": "wooden_pickaxe",
|
|
"number_of_target": 1,
|
|
"type": "techtree",
|
|
"timeout": 120
|
|
},
|
|
"multiagent_techtree_boat": {
|
|
"goal": "Collaborate with other agents to build a birch boat.",
|
|
"agent_names": [
|
|
"Bob",
|
|
"Alice"
|
|
],
|
|
"agent_number": 2,
|
|
"initial_inventory": {
|
|
"Bob": {
|
|
"birch_planks": 3
|
|
},
|
|
"Alice": {
|
|
"birch_planks": 2
|
|
}
|
|
},
|
|
"target": "birch_boat",
|
|
"number_of_target": 1,
|
|
"type": "techtree",
|
|
"timeout": 60
|
|
}
|
|
} |