File size: 291 Bytes
52c5852 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# benchmarks
Save well trained models and test results. Related repo: https://github.com/johnjim0816/joyrl-offline
## quick upload
```bash
git lfs install
# add all files
git add .
git commit -m "BipedalWalker-v3"
git pull origin main
GIT_LFS_SKIP_SMUDGE=1 git push origin main
``` |