joyrl-benchmarks / README.md
johnjim0816
add README
52c5852
# 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
```