Dataset Viewer
Auto-converted to Parquet Duplicate
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 387983039 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

neon-locomotion-20k

Locomotion — 20K episodes of synthetic 32-DoF joint trajectories for Neon VLA training.

Description

Walking, turning, stairs, crouching with cyclical gait patterns

Each episode contains:

  • language_instruction: Natural language task description
  • actions: JSON array of joint position trajectories (T × 32)
  • length: Episode length (timesteps)

Usage

import pyarrow.parquet as pq
table = pq.read_table("data.parquet")
df = table.to_pandas()
print(f"Episodes: {len(df)}, Columns: {list(df.columns)}")

Part of Neon VLA

Training data for Neon — open-source Vision-Language-Action model for humanoid whole-body control.

Total Neon dataset collection: 160K episodes across 8 datasets (~1.27GB)

Downloads last month
19