cleaning up human ai tasks

This commit is contained in:
Isadora White 2025-05-26 21:25:10 -07:00
parent 6b4b895cc1
commit ef9fb74757
6 changed files with 22 additions and 4 deletions

View file

@ -2351,7 +2351,7 @@
}
},
"usernames": [
"izzycw"
"erringnine"
]
}
}

View file

@ -11,7 +11,8 @@
"Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple."
]
},
"agent_count": 2,
"agent_count": 1,
"human_count": 1,
"target": {
"bread": 1,
"golden_apple": 1
@ -29,6 +30,9 @@
"0": "Collaborate with other agents around you to make bread, golden_apple, The recipes are as follows:\nRecipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']\nRecipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']\n",
"1": "Collaborate with other agents around you to make bread, golden_apple, The recipes are as follows:\nRecipe for bread:\n['Step 1: Go to the farm and collect 3 wheat.', 'Step 2: Go to the crafting table and use the wheat to craft bread.']\nRecipe for golden_apple:\n['Step 1: Get 1 apple and 8 gold ingots from your inventory or other bots.', 'Step 2: Go to the crafting table and surround the apple with the gold ingots to create a golden apple.']\n"
},
"conversation": "Let's collaborate to make bread, golden_apple, "
"conversation": "Let's collaborate to make bread, golden_apple, ",
"usernames": [
"erringnine"
]
}
}

View file

@ -24,7 +24,7 @@
"missing_items": [],
"human_count": 1,
"usernames": [
"izzycw"
"erringnine"
],
"requires_ctable": false
}

View file

@ -1,5 +1,19 @@
# Human AI Instructions
## Finishing Installation
Install the conda environment for running the experiments by executing this in your command line:
```
conda create --name mindcraft python=3.11
conda activate mindcraft
pip install -r requirements.txt
```
## Setting up the world
Setting up the world! Make sure your world has cheats enabled! You can do this on creation of your Minecraft world in the Minecraft console, or you can type ```/op @a``` in the chat or in the console of the world launched from the jar file.
## Construction
Press F3 to view the coordinates of the game. And pull up the file tasks/construction_tasks/church_blueprint.pdf
Run