Online finetuning runs (sometimes crash because of nans)

This commit is contained in:
Cadene
2024-02-16 15:13:24 +00:00
parent 228c045674
commit c202c2b3c2
5 changed files with 165 additions and 110 deletions

View File

@@ -15,12 +15,20 @@ conda activate lerobot
python setup.py develop
```
## TODO
- [ ] priority update doesnt match FOWM or original paper
- [ ] self.step=100000 should be updated at every step to adjust to horizon of planner
- [ ] prefetch replay buffer to speedup training
- [ ] parallelize env to speedup eval
## Contribute
**style**
```
isort .
black .
isort lerobot
black lerobot
isort test
black test
pylint lerobot
```