From 9eca6c36c1ef30f3ece7af315537046acf60c211 Mon Sep 17 00:00:00 2001 From: Jacopo Panerati Date: Sun, 26 Nov 2023 20:36:06 +0400 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40350a164..8ae17360a 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ python3 pid.py # position and velocity reference python3 pid_velocity.py # desired velocity reference ``` -### Downwash efect examples +### Downwash effect example ```sh cd gym_pybullet_drones/examples/ python3 downwash.py ``` -### Stable-baselines3 PPO RL examples (3' training) +### Stable-baselines3 PPO RL 3'-training examples ```sh cd gym_pybullet_drones/examples/