Skip to content

Commit 563842f

Browse files
Update docs
1 parent 8eec3cf commit 563842f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/misc/create_own_config.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# How to create your own config
22

33
You can bring your own config to CRISP, so that you are able to create your own environments, teleoperation setup, controllers...
4+
45
1. First create a config folder and give it the following structure (you do not need to add all config folders):
56

67
```bash
@@ -30,10 +31,10 @@ export CRISP_CONFIG_PATH=/path/to/my_crisp_configs
3031
3. Check that the config works.
3132

3233
```bash
33-
pixi run python scripts/check_config.py
34+
crisp-check-config # Do this inside an environment with crisp_py or crisp_gym installed
3435
```
3536

36-
This should output your config if it can loaded properly
37+
This should output your config if it can be loaded properly
3738

3839
---
3940

0 commit comments

Comments
 (0)