This is the official repository of Wavelet Policy: Lifting Scheme for Policy Learning in Long-Horizon Tasks.
- Python 3.9+
- PyTorch 1.13.0
- Cuda 11.7
Or install dependencies with conda:
conda env create -f wavelet_policy.yaml# NOTE: The versions of the dependencies listed above are only for reference.
If you encounter any errors during the installation through .yaml, you can install manually with 'pip install ...'
cd kitchen_carla
# Follow the README.md in that folder.
cd pusht_transport
# Follow the README.md in that folder.
cd d3il
# Follow the README.md in that folder.
Our code is built upon the repositories: bet, diffusion_policy, and d3il. We would appreciate the authors for their great work.
If you found this repository is helpful, please cite:
@article{huang2025wavelet,
title={Wavelet Policy: Lifting Scheme for Policy Learning in Long-Horizon Tasks},
author={Huang, Hao and Yuan, Shuaihang and Bethala, Geeta Chandra Raju and Wen, Congcong and Tzes, Anthony and Fang, Yi},
journal={arXiv preprint arXiv:2507.04331},
year={2025}
}
