Skip to content

ralfroemer99/diffusion_safe_offlineRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the code for the paper "Safe Offline Reinforcement Learning using Trajectory-Level Diffusion Models", which was presented at the ICRA2024 Workshop "Back to the Future: Robot Learning Going Probabilistic". The paper can be found here.

Install on Ubuntu

pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
pip install -r requirements.txt

Run

python scripts/generate_dataset.py
python scripts/train.dy
python scripts/eval.py

Reference

@inproceedings{romer2024safe,
  title={Safe Offline Reinforcement Learning using Trajectory-Level Diffusion Models},
  author={R{\"o}mer, Ralf and Brunke, Lukas and Schuck, Martin and Schoellig, Angela P},
  booktitle={ICRA 2024 Workshop Back to the Future: Robot Learning Going Probabilistic}
}

Acknowledgements

We use some code from Diffuser.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages