Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.63 KB

File metadata and controls

21 lines (17 loc) · 1.63 KB

Drone racing in gym-pybullet-drones using reinforcement learning

25/09/2024 Initial result

  • I do initial experiments to figure out that does RL setting work in Gym Pybullet Drones environment (Updating)
  • My current result have difficulty to pass 3rd gate (terminal gate), you can change this constrain during training or testing to improve the outcome line. Many other factors need to tune to achieve better result.
Using CrazyFly(X type) with simple racing setting

alt text

How to use

  • Follow author's guide to install gym-pybullet-drones environment
  • Training python train_racing.py
  • Test pretrained model python test_racing.py

References