Skip to content

Commit 2af6aa7

Browse files
authored
Merge pull request #16 from Association-INTech/readme_changes
fix: fixed file names and url problem in the readme
2 parents 990ac51 + 8a55639 commit 2af6aa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ uv sync --extra rpi
3333

3434
Navigate to the simulator directory.
3535
```bash
36-
cd src/simulateur
36+
cd src/Simulateur
3737
```
3838

3939
Run the multi-process training script.
4040
```bash
41-
uv run launch_multiprocess_training.py
41+
uv run launch_train_multiprocessing.py
4242
```
4343
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`.
4444

@@ -50,9 +50,9 @@ To change the parameters of the simulation, just modify the `config.py` file.
5050

5151
# Wiki (Documentation)
5252

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).
5454

55-
(Note: The Wiki is private and reserved to INTech members)
55+
(Note: The Wiki is currently private and reserved to INTech members)
5656

5757
# License
5858

0 commit comments

Comments
 (0)