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.
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:
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
hf download Anonymous-Submission-830af/solaris-training-dataset --repo-type dataset --local-dir YOUR_STORAGE_PATH/datasets2. Unshard the dataset
Run the unshard_dataset.py script provided in the Solaris repository:
python unshard_dataset.py --shards YOUR_STORAGE_PATH/datasets/duet_sharded --out YOUR_STORAGE_PATH/datasets/duet