Skip to content

Commit 4699b4d

Browse files
Update README.md
1 parent 8b63694 commit 4699b4d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

rl_studio/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ python rl-studio.py -f config/<config.yaml>
6464
```
6565
where <config.yaml> can be any config you can create or previosly existed.
6666

67+
When launching Gazebo, if you found and error, try killing all possible previous ROS-Gazebo processes:
68+
69+
```
70+
killall gzserver
71+
killall gzclient
72+
```
6773

6874
## Config.yaml
6975
The config.yaml contains all project hyperparams and configuration needed to execute correctly. In case you want to train a Formula 1 agent in a Follow Lane task in Gazebo, with a PPO algorithm and Tensorflow Deep Learning framework, you can use next example from a config.yaml example file:
@@ -85,4 +91,4 @@ Remaining params should be adjusted too. There are many working yaml files in co
8591
> need extend the rl-studio.py to listen for inputs in a port and execute the loaded brain/algorithm to provide
8692
> outputs in the desired way.
8793
88-
More info about how to config and launch any task, please go to [agents](agents/README.md) section.
94+
More info about how to config and launch any task, please go to [agents](agents/README.md) section.

0 commit comments

Comments
 (0)