This repository contains the code for the paper IOSTOM: Offline Imitation Learning from Observations via State Transition Occupancy Matching accepted to NeurIPS 2025.
- Python 3.10
Install the required packages:
cd IOSTOM
pip install -r requirements.txtTo run all locomotion environment experiments:
bash run_loco.shTo run all manipulation environment experiments:
bash run_mani.sh