forked from tangger/lerobot
Update readme (examples)
This commit is contained in:
@@ -30,7 +30,7 @@ conda activate lerobot
|
|||||||
curl -sSL https://install.python-poetry.org | python -
|
curl -sSL https://install.python-poetry.org | python -
|
||||||
```
|
```
|
||||||
|
|
||||||
Install dependencies
|
Install the project
|
||||||
```
|
```
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
@@ -48,6 +48,13 @@ wandb login
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
To use the [notebook example](./examples/pretrained.ipynb), install the project with jupyter dependencies
|
||||||
|
```
|
||||||
|
poetry install --with examples
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Train
|
### Train
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user