eval.mp4 works!

This commit is contained in:
Cadene
2024-01-30 23:30:14 +00:00
parent 1144819c29
commit 1e52499490
4 changed files with 127 additions and 15 deletions

View File

@@ -9,3 +9,17 @@ conda env create -f environment.yaml
conda activate lerobot
```
**dev**
```
python setup.py develop
```
## Contribute
**style**
```
isort .
black .
pylint lerobot
```