Apply suggestions from code review
Co-authored-by: Alexander Soare <alexander.soare159@gmail.com>
This commit is contained in:
parent
58755561bd
commit
adf884eb78
|
@ -1,5 +1,5 @@
|
||||||
## What this does
|
## What this does
|
||||||
Explain what does this PR do. Feel free to tag your PR with the appropriate label(s).
|
Explain what this PR does. Feel free to tag your PR with the appropriate label(s).
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
| Title | Label |
|
| Title | Label |
|
||||||
|
|
|
@ -117,7 +117,7 @@ wandb login
|
||||||
|
|
||||||
### Visualize datasets
|
### Visualize datasets
|
||||||
|
|
||||||
You can easily visualize episode from a dataset by executing our script from the command line:
|
You can easily visualize episodes from a dataset by executing our script from the command line:
|
||||||
```bash
|
```bash
|
||||||
python lerobot/scripts/visualize_dataset.py \
|
python lerobot/scripts/visualize_dataset.py \
|
||||||
--repo-id lerobot/pusht \
|
--repo-id lerobot/pusht \
|
||||||
|
|
Loading…
Reference in New Issue