irom-princeton/open-world

22

stars

75

commits

Python

primary language

Jul 30, 2026

updated

README

🌐 open-world

OpenWorld is an open-source platform for building, fine-tuning, and evaluating robotic policies using video world models. We offer support for various world model families and robot platforms - see MODELS.md for details.

Installation

Requirements:

  • Python 3.11+
  • uv for environment management
# Dependencies for base environment only:
uv sync

# Include extra dependencies for using different policies/reward models. Example:
uv sync --extra policy-dp --extra reward-robometer
uv sync --extra policy-openpi --extra reward-robometer

Finally, install required assets for the base world model:

sudo apt-get install git-lfs -y
bash external/download_models.sh

Supported Workflows

bidirectional-svdAR-wanAR-cosmos
πŸ‹οΈ Training
World Model Trainingβœ…βœ…βŒ TODO
Policy Trainingβœ…βœ…βœ…
✨ Inference
Trajectory Replayβœ…βœ…βŒ TODO
Policy Evaluationβœ…βœ…βŒ TODO
Teleoperation❌ TODOβœ…βŒ TODO

Acknowledgements

This repo is based on Ctrl-World, dppo, dsrl, openpi, and robometer.

Contributors

tenny-yinyijun

74 commits

jmsceats

1 commits

irom-princeton/open-world

22

stars

75

commits

Python

primary language

Jul 30, 2026

updated

README

🌐 open-world

OpenWorld is an open-source platform for building, fine-tuning, and evaluating robotic policies using video world models. We offer support for various world model families and robot platforms - see MODELS.md for details.

Installation

Requirements:

  • Python 3.11+
  • uv for environment management
# Dependencies for base environment only:
uv sync

# Include extra dependencies for using different policies/reward models. Example:
uv sync --extra policy-dp --extra reward-robometer
uv sync --extra policy-openpi --extra reward-robometer

Finally, install required assets for the base world model:

sudo apt-get install git-lfs -y
bash external/download_models.sh

Supported Workflows

bidirectional-svdAR-wanAR-cosmos
πŸ‹οΈ Training
World Model Trainingβœ…βœ…βŒ TODO
Policy Trainingβœ…βœ…βœ…
✨ Inference
Trajectory Replayβœ…βœ…βŒ TODO
Policy Evaluationβœ…βœ…βŒ TODO
Teleoperation❌ TODOβœ…βŒ TODO

Acknowledgements

This repo is based on Ctrl-World, dppo, dsrl, openpi, and robometer.

Contributors

tenny-yinyijun

74 commits

jmsceats

1 commits

Languages

Python

97.5%

Shell

2.5%