mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-09-06 18:12:57 +02:00
cleaning up human ai tasks
This commit is contained in:
parent
6b4b895cc1
commit
ef9fb74757
6 changed files with 22 additions and 4 deletions
|
@ -2351,7 +2351,7 @@
|
|||
}
|
||||
},
|
||||
"usernames": [
|
||||
"izzycw"
|
||||
"erringnine"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -24,7 +24,7 @@
|
|||
"missing_items": [],
|
||||
"human_count": 1,
|
||||
"usernames": [
|
||||
"izzycw"
|
||||
"erringnine"
|
||||
],
|
||||
"requires_ctable": false
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue