mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-08-10 01:05:33 +02:00
update readme
This commit is contained in:
parent
5fe725d927
commit
78a77cb6c1
2 changed files with 3 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
Crafting minds for Minecraft with LLMs and [Mineflayer!](https://prismarinejs.github.io/mineflayer/#/)
|
||||
|
||||
[FAQ](https://github.com/kolbytn/mindcraft/blob/main/FAQ.md) | [Discord Support](https://discord.gg/mp73p35dzC) | [Video Tutorial](https://www.youtube.com/watch?v=gRotoL8P8D8) | [Blog Post](https://kolbynottingham.com/mindcraft/) | [Contributor TODO](https://github.com/users/kolbytn/projects/1) | [Paper Website] (https://mindcraft-minecollab.github.io/index.html) | [Paper] (https://mindcraft-minecollab.github.io/index.html) | [MineCollab]
|
||||
[FAQ](https://github.com/kolbytn/mindcraft/blob/main/FAQ.md) | [Discord Support](https://discord.gg/mp73p35dzC) | [Video Tutorial](https://www.youtube.com/watch?v=gRotoL8P8D8) | [Blog Post](https://kolbynottingham.com/mindcraft/) | [Contributor TODO](https://github.com/users/kolbytn/projects/1) | [Paper Website](https://mindcraft-minecollab.github.io/index.html) | [Paper](https://mindcraft-minecollab.github.io/index.html) | [MineCollab](https://github.com/kolbytn/mindcraft/blob/main/minecollab.md)
|
||||
|
||||
|
||||
> [!Caution]
|
||||
|
|
|
@ -1,20 +1,12 @@
|
|||
# MineCollab
|
||||
|
||||
MineCollab is a versatile benchmark for assessing the embodied and collaborative communication abilities of agents.
|
||||
|
||||
## Tasks
|
||||
|
||||
### Cooking
|
||||
|
||||
### Crafting
|
||||
|
||||
### Construction
|
||||
MineCollab is a versatile benchmark for assessing the embodied and collaborative communication abilities of agents across three unique types of tasks.
|
||||
|
||||
## Installation
|
||||
|
||||
Please follow the installation docs in the README to install mindcraft. You can create a docker image using the Dockerfile.
|
||||
|
||||
First, download the relevant task files and server data files. The tasks files are for specifying the tasks to run and the server data is for allowing the models to launch the task in the correct world automatically. Unzip the server_data.zip in the base mindcraft/ folder.
|
||||
Download the relevant task files and server data files, you can find the link [here](https://drive.google.com/drive/folders/1XygbitBBTsNO6q_doEiZHmdETpnyRmCS). The tasks files are for specifying the tasks to run and the server data is for allowing the models to launch the task in the correct world automatically. Unzip the server_data.zip in the base `tasks/` folder.
|
||||
|
||||
Then, set up your conda environment: `conda create --name mindcraft --file requirements.txt`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue