OopsieVerse provides a damage-aware, simulator-agnostic framework and benchmark for evaluating and learning safer policies
- Clone and enter the repository:
- Linux / macOS:
git clone https://github.com/UT-Austin-RobIn/oopsieverse.git && cd oopsieverse - Windows:
git clone https://github.com/UT-Austin-RobIn/oopsieverse.git; cd oopsieverse
- Linux / macOS:
- Run the installer with
python install.py --new_envand the simulators you need--robocasaor--behavior1k conda activate oopsieversepip install -e .- test OG installation by:
python -m omnigibson.examples.robots.all_robots_visualizer - test Robocasa installation by:
python -m robocasa.demos.demo_kitchen_scenes
- teleop (b1k)
python scripts/teleop_b1k.py --task_name shelve_item --live_feedback --save_video- playback (b1k)
python scripts/playback_b1k.py --task_name shelve_item --collect_hdf5_path demos/behavior1k/teleop_data/shelve_item.hdf5 --playback_hdf5_path demos/behavior1k/playback_data/shelve_item.hdf5 --playback --visualize --compute_metrics