Views
No views yet
| Time Limit | Mean Score | Perfect Seeds (1.0) |
|---|---|---|
| 30s | 0.837 | 19/50 |
| 45s | 0.945 | 38/50 |
| 60s | 0.961 | 45/50 |
| 90s | 1.000 | 50/50 |
1git clone https://github.com/bryandong24/reu_adaptation.git
2cd reu_adaptation
3
4# Set up environment
5mamba env create -f conda_environment.yaml
6conda activate robodiff
7pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
8pip install -e .
9
10# Download checkpoint and evaluate
11python eval.py --checkpoint epoch=0250-test_mean_score=0.880.ckpt -o eval_output1@inproceedings{chi2023diffusionpolicy,
2 title={Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
3 author={Chi, Cheng and Feng, Siyuan and Du, Yilun and Xu, Zhenjia and Cousineau, Eric and Burchfiel, Benjamin and Song, Shuran},
4 booktitle={Proceedings of Robotics: Science and Systems (RSS)},
5 year={2023}
6}