Skip to content

Commit 19b9953

Browse files
Merge pull request #8 from bmagyar/fix-readme-typos
Fix readme typos
2 parents cc0fdae + ebee11f commit 19b9953

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/getting_started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
!!! Info
44
If anything in the guide seems unclear to you, do not hesitate to open an issue or start discussion in our repositories.
5-
Our goal is to make demistify robotics, not make it harder.
5+
Our goal is to demistify robotics, not make it harder.
66

77
Here is an overview of the CRISP framework (please check our paper for details).
88

@@ -31,10 +31,10 @@ If your robot is not included in the demos that is not problem. Check out [How t
3131
### Installation
3232

3333
!!! Note
34-
If you want to use the gymnasium interface, CRISP_PY will be autonmatically installed in the gym. You can therefore check the installation of [CRISP_GYM](#4-getting-started-with-crisp_gym) directly.
34+
If you want to use the gymnasium interface, CRISP_PY will be automatically installed in the gym. You can therefore check the installation of [CRISP_GYM](#4-getting-started-with-crisp_gym) directly.
3535
However, this section still gives you an idea on how to use CRISP_PY with your robot. We do not recommend to skip it.
3636

37-
To use `CRISP_PY`, we recommend using [pixi](https://pixi.sh/latest/) as a package manager, a modern conda-like package manager.
37+
To use `CRISP_PY`, we recommend using [pixi](https://pixi.sh/latest/), a modern conda-like package manager.
3838
It can be used in combination with [robostack](https://robostack.github.io/) to easily install ROS2 in any machine.
3939
There are a few ways to get you started:
4040

@@ -358,12 +358,12 @@ pixi run -e lerobot python -m lerobot.scripts.visualize_dataset \
358358
...or use the [online tool for visualization](https://huggingface.co/spaces/lerobot/visualize_dataset).
359359

360360
!!! warning
361-
LeRobot is subjected to rapid changes. This command might change in future versions.
361+
LeRobot is subject to frequent changes. This command might change in future versions.
362362

363363
#### Other teleop setups
364364

365365
You can add further teleop options to [`teleop/`](https://github.com/utiasDSL/crisp_gym/blob/main/crisp_gym/teleop) and create
366-
a similar record script as [`scripts/record_lerobot_format_leader_follower.py`](https://github.com/utiasDSL/crisp_gym/blob/main/crisp_gym/scripts/record_lerobot_format_leader_follower.py)
366+
a similar record script to [`scripts/record_lerobot_format_leader_follower.py`](https://github.com/utiasDSL/crisp_gym/blob/main/crisp_gym/scripts/record_lerobot_format_leader_follower.py)
367367

368368
### Train a policy
369369

@@ -376,7 +376,7 @@ pixi run -e lerobot python -m lerobot.scripts.train \
376376
```
377377

378378
!!! warning
379-
LeRobot is subjected to rapid changes. This command might change in future versions.
379+
LeRobot is subject to frequent changes. This command might change in future versions.
380380

381381
They provide the latest implementations of most VLA.
382382
Check [LeRobot](https://github.com/huggingface/lerobot) for more information.
@@ -391,7 +391,7 @@ pixi run -e humble-lerobot python scripts/deploy_policy.py # (1)!
391391
1. The script will interactively allow you to choose a model inside `outputs/train`. If you want to explicitly pass a path you can override it with `--path`
392392

393393
!!! warning
394-
LeRobot is subjected to rapid changes. This command might change in future versions.
394+
LeRobot is subject to frequent changes. This command might change in future versions.
395395

396396
Good job, now you can evaluate your model!
397397

0 commit comments

Comments
 (0)