Merge pull request #20 from Cadene/user/aliberts/2024_03_11_license

Add license
This commit is contained in:
Simon Alibert
2024-03-11 14:32:05 +01:00
committed by GitHub
2 changed files with 283 additions and 0 deletions

View File

@@ -144,3 +144,8 @@ Run tests
```
DATA_DIR="tests/data" pytest -sx tests
```
## Acknowledgements
- Our Diffusion policy and Pusht environment are adapted from [Diffusion Policy](https://diffusion-policy.cs.columbia.edu/)
- Our TDMPC policy and Simxarm environment are adapted from [FOWM](https://www.yunhaifeng.com/FOWM/)
- Our ACT policy and ALOHA environment are adapted from [ALOHA](https://tonyzhaozh.github.io/aloha/)