Skip to content

irom-princeton/open-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 open-world

OpenWorld is an open-source platform for building, fine-tuning, and evaluating robotic policies using video world models. We currently support:

  • Fast world model inference with shortcut models
  • Policy evaluation on custom benchmarks with automatic scoring

🔧 Some of the functions are still under construction!

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

Workflows

Next Steps

  • Add more reward function support
  • Example benchmarks
  • Data & checkpoints

Acknowledgements

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

Core contributors:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages