CoolFace
Datasetpublic

Anonymous-Submission-830af/solaris-training-dataset

Solaris Training Dataset The training dataset collected via SolarisEngine to train the Solaris multiplayer world model for Minecraft. Dataset Info The dataset contains 12.64 M frames across two players. It was recorded at 20 FPS. The observation (video) dimensions are: 1280 × 720. The action space is presented below: Action key Type Description forward bool/sustained Player moving forward (W). back bool/sustained Player moving backward (S). left… See the full description on the dataset page: https://huggingface.co/datasets/Anonymous-Submission-830af/solaris-training-dataset.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes151downloads
Dataset Card

Solaris Training Dataset

The training dataset collected via SolarisEngine to train the Solaris multiplayer world model for Minecraft.

Dataset Info

The dataset contains 12.64 M frames across two players. It was recorded at 20 FPS. The observation (video) dimensions are: 1280 × 720.

The action space is presented below:

Action keyTypeDescription
forwardbool/sustainedPlayer moving forward (W).
backbool/sustainedPlayer moving backward (S).
leftbool/sustainedPlayer strafing left (A).
rightbool/sustainedPlayer strafing right (D).
jumpbool/sustainedPlayer jumping.
sprintbool/sustainedPlayer sprinting.
sneakbool/sustainedPlayer sneaking.
cameravec2/sustainedChange in player camera orientation (yaw, pitch).
attackbool/oncePlayer attacks.
usebool/oncePlayer uses / interacts with the environment.
mountbool/oncePlayer mounts an entity/vehicle.
dismountbool/oncePlayer dismounts.
place_blockbool/oncePlayer places a block using the currently selected item.
place_entitybool/oncePlayer places an entity item.
minebool/sustainedPlayer mining a block.
hotbar.1bool/oncePlayer selects hotbar slot 1.
hotbar.2bool/oncePlayer selects hotbar slot 2.
hotbar.3bool/oncePlayer selects hotbar slot 3.
hotbar.4bool/oncePlayer selects hotbar slot 4.
hotbar.5bool/oncePlayer selects hotbar slot 5.
hotbar.6bool/oncePlayer selects hotbar slot 6.
hotbar.7bool/oncePlayer selects hotbar slot 7.
hotbar.8bool/oncePlayer selects hotbar slot 8.
hotbar.9bool/oncePlayer selects hotbar slot 9.

Usage

The multiplayer Duet dataset is stored in a sharded form on Hugging Face. You can download and unshard it using the following steps:

1. Download the shards

bash
hf download Anonymous-Submission-830af/solaris-training-dataset --repo-type dataset --local-dir YOUR_STORAGE_PATH/datasets

2. Unshard the dataset

Run the unshard_dataset.py script provided in the Solaris repository:

bash
python unshard_dataset.py --shards YOUR_STORAGE_PATH/datasets/duet_sharded --out YOUR_STORAGE_PATH/datasets/duet