Datasets:
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
ποΈ MoSim Dataset
Official release of the dataset from the paper:
Neural Motion Simulator: Pushing the Limit of World Models in Reinforcement Learning
This dataset contains sequential state-action trajectories for training and evaluating MoSim (Neural Motion Simulator) world models.
All trajectories are collected from random policies in classical control and locomotion environments.
π¦ Dataset Overview
- Format:
.npz
(NumPy compressed arrays) - Contents:
*_random.npz
: training episodes*_random_test.npz
: test episodes
- Episode length: 1000 steps per episode
π Data Structure
Each .npz
file contains:
Key | Shape | Description |
---|---|---|
states |
(num_episodes, 1000, state_dim) | State at each timestep |
actions |
(num_episodes, 1000, action_dim) | Action applied at each timestep |
State composition:
- Joint DOF (articulated body)
- Joint angles (radians)
- Joint angular velocities (rad/s)
- Root DOF (global free body)
- Root position (x, y, z)
- Root linear velocity (vx, vy, vz)
- Root Orientation & Rotation
- Root rotation quaternion (qx, qy, qz, qw)
- Root angular velocity (wx, wy, wz)
β‘ For manipulation control tasks like
Panda
, only joint angles and velocities are provided.
β‘ For locomotion tasks likeHumanoid
orGo2
, full root DOF and velocities are included.
- Downloads last month
- 61