From 78a77cb6c1b3303703d1c8f482a06a5ca3489ffa Mon Sep 17 00:00:00 2001 From: Isadora White Date: Mon, 21 Apr 2025 18:40:04 -0700 Subject: [PATCH] update readme --- README.md | 2 +- minecollab.md | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 66bf937..7e2a4f0 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/minecollab.md b/minecollab.md index 37aa779..2a24269 100644 --- a/minecollab.md +++ b/minecollab.md @@ -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`