Add MineRL/BASALT trajectory converter - #313
Conversation
|
Hi ty very much for you PR! However I think it would be more relevant to add it to stable-dataset another effort made by this research group! I'll close this PR, feel free to open a new one on stable-datasets directly! |
|
Thank you for the guidance, Lucas. That makes sense—I will adapt this into a focused MineRL integration for stable-datasets and open a new PR there. I appreciate the direction. |
|
Follow-up: I moved the integration to stable-datasets as suggested: galilai-group/stable-datasets#67 It adds a focused |
Summary
Adds opt-in MineRL/BASALT support that streams demonstration trajectories directly into Stable World Model’s Lance layout.
swm convert-minerlfor MineRL/BASALT demonstrationsminerlextraValidation
PYTHONPATH=. pytest -q tests/data/test_minerl_converter.py(3 passed)PYTHONPATH=. python -m stable_worldmodel.cli --help(verifiesconvert-minerlregistration)This deliberately excludes MineJEPA training, checkpoints, experiments, and model-specific tooling so the contribution remains a reusable data/framework extension.