Skip to content

Commit

Permalink
docs: add more details to README
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
ivelin committed Dec 2, 2024
1 parent 395ba62 commit 618b57c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/quickstart-lerobot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ quickstart-lerobot
│ ├── __init__.py
│ ├── client_app.py # Defines your ClientApp
│ ├── server_app.py # Defines your ServerApp
│ └── task.py # Defines your model, training and data loading
│ ├── task.py # Defines your model, training and data loading
| └── configs/ # configuration files for policy training and gym environment
├── pyproject.toml # Project metadata like dependencies and configs
└── README.md
```
Expand Down

0 comments on commit 618b57c

Please sign in to comment.