Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
webdataset
Languages:
English
Size:
100K - 1M
License:
jsonl unknown | __key__ stringlengths 19 19 | __url__ stringclasses 4
values |
|---|---|---|
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogNjE4LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDM5IG9iamV(...TRUNCATED) | 000000/scene_000618 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogNzEwLCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDM0IG9iamV(...TRUNCATED) | 000000/scene_000710 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogODE4LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDQwIG9iamV(...TRUNCATED) | 000000/scene_000818 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogMzc5LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDExIG9iamV(...TRUNCATED) | 000000/scene_000379 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogMTY0LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDE2IG9iamV(...TRUNCATED) | 000000/scene_000164 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogODE5LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDMzIG9iamV(...TRUNCATED) | 000000/scene_000819 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogNTg0LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDQ4IG9iamV(...TRUNCATED) | 000000/scene_000584 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogODE0LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDQ4IG9iamV(...TRUNCATED) | 000000/scene_000814 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogNDc5LCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDM2IG9iamV(...TRUNCATED) | 000000/scene_000479 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
"eyJ0eXBlIjogInNjZW5lX2hlYWRlciIsICJzZWVkIjogOTcwLCAiZGVzY3JpcHRpb24iOiAiQSBzY2VuZSB3aXRoIDI4IG9iamV(...TRUNCATED) | 000000/scene_000970 | "hf://datasets/AlexWortega/physics-scenarios-raw@cefce5a50b95a6916b8af6a1ccacef57aa0d0315/train/0000(...TRUNCATED) |
End of preview. Expand in Data Studio
physics-scenarios-raw
Raw (un-tarred) JSONL version of the 2D rigid body physics dataset. Each scene is a separate file under <split>/<scenario_type>/scene_<id>.jsonl. Streaming-friendly for HF datasets and curriculum sampling.
For the bandwidth-efficient packaged version, see physics-scenarios-packed.
Scale (this snapshot)
- Train: 80,000 scenes
- Val: 10,000 scenes
- Test: 10,000 scenes
- Frames per scene: 200
- Format: one
.jsonlper scene (1 header + 200 frame lines)
This is a subset of the full 1M-scene dataset; the full dataset is in physics-scenarios-packed.
Layout
train/
000000/scene_000000.jsonl
000000/scene_000001.jsonl
...
000079/...
val/
...
test/
...
Files are sharded into directories of ~1000 scenes (zero-padded shard ids) to keep listings tractable.
Schema (per scene file)
Line 1 — scene header:
{
"scenario": "billiards",
"difficulty": 3,
"static_geometry": [...],
"constraints": [...],
"objects": [{"id": 0, "type": "circle", "radius": 0.5, "mass": 1.0, ...}, ...]
}
Lines 2–201 — per-frame state:
{"frame": 0, "objects": [{"id": 0, "x": 1.234, "y": 5.678, "vx": ..., "vy": ..., "angle": ..., "omega": ...}, ...]}
Loading
from datasets import load_dataset
ds = load_dataset("AlexWortega/physics-scenarios-raw", split="train", streaming=True)
Or stream directly from the hub with huggingface_hub.HfFileSystem.
Citation
ICML-2026 submission (in progress).
- Downloads last month
- 47