You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ uv sync --extra rpi
33
33
34
34
Navigate to the simulator directory.
35
35
```bash
36
-
cd src/simulateur
36
+
cd src/Simulateur
37
37
```
38
38
39
39
Run the multi-process training script.
40
40
```bash
41
-
uv run launch_multiprocess_training.py
41
+
uv run launch_train_multiprocessing.py
42
42
```
43
43
This will launch the Webots instances and begin the SB3 PPO training loop. All the checkpoints will be in the `checkpoints` directory. At every checkpoint, a compiled ONNX model will be stored as `model.onnx`.
44
44
@@ -50,9 +50,9 @@ To change the parameters of the simulation, just modify the `config.py` file.
50
50
51
51
# Wiki (Documentation)
52
52
53
-
For detailed information on architecture, hardware specifics and technical choices, please refer to the [INTech wiki](wiki.intech-robotics.fr).
53
+
For detailed information on architecture, hardware specifics and technical choices, please refer to the [INTech wiki](https://wiki.intech-robotics.fr).
54
54
55
-
(Note: The Wiki is private and reserved to INTech members)
55
+
(Note: The Wiki is currently private and reserved to INTech members)
0 commit comments