-
We have tested on Ubuntu. VAB-Minecraft requires at least 4 GB NVIDIA GPU and NVIDIA GPU driver version >= 530.30.02.
-
Besides docker, install NVIDIA container toolkit on your machine.
-
Get pre-built docker image.
-
If you have access to docker hub:
docker pull tianjiezhang/vab_minecraft:latest
-
Or you can download from ModelScope.
-
Make sure
git-lfs
is installed. -
Download from ModelScope:
git lfs install git clone https://www.modelscope.cn/datasets/VisualAgentBench/VAB-Minecraft.git
-
Load the docker image from ModelScope dataset.
docker load -i VAB-Minecraft/vab_minecraft.tar
-
-
-
Download weights of Steve-1 to
data/minecraft
. Please make sure you have access to google drive.python scripts/minecraft_download.py
According to your hardware equipment, fill available_ports
and available_devices
in the task configuration file configs/tasks/minecraft.yaml
.
-
available_ports
: Please fill in available ports in your machine. Each concurrent docker container requires 1 port for communication with the task server. Ensure that you provide enough ports to accommodate the expected concurrency. -
available_devices
: Please fill in GPU IDs and their corresponding capability of concurrency. Each concurrent docker container occupies about 3.3 GB memory. Ensure that you provide enough GPU memory to accommodate the expected concurrency.
Note: If you manually shut down the task server and assigner, please ensure you also stop the Minecraft containers to free up the ports!