Skip to content

ISUSAIL/Bet4Sim2Real

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betting for Sim-to-Real Performance Evaluation

This code provides the implementation to facilitate the paper titled "Betting for Sim-to-Real Performance Evaluation" accepted for publication at Robotics: Science and Systems (RSS) 2026.

Repository Structure

  • synthetic_examples/ - Synthetic distribution experiments (Section III.A)
  • pickandplace_acc/ - Pick-and-place accuracy experiments (Section III.B)
  • locomotive_tracking/ - Locomotive tracking experiments (Section III.C)

Reproducibility

For each experiment, navigate to the corresponding folder and follow the reproducibility instructions in the respective README file:

Requirements

Python Version: Python 3.8 or above

Major Dependencies: Most required packages are listed in requirements.txt. Install them with:

pip install -r requirements.txt

Note on Experiment-Specific Requirements:

  • synthetic_examples/ and pickandplace_acc/ have minimal requirements (no MuJoCo or PyTorch needed)
  • locomotive_tracking/ requires MuJoCo and PyTorch for robot simulation

One More Thing

For readers of interest, we have created a toy example using the D120, the dice with the most faces in the world (120 sides, and also the largest mathematically fair die possible), to illustrate the core ideas of our approach with animated visualizations.

Open the interactive demo here: dice/demo.html (clone the repo and double-click to open locally for proper HTML rendering)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors