Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 603 Bytes

optimal_quad_control_RL

Reinforcement learning for time optimal end-to-end quadcopter control

Main notebooks:

3D quad race:

  • gym environment of end-to-end quadcopter model
  • training pipeline
  • automatic c code generation

3D quad race INDI inner loop:

  • gym environment of quadcopter model with thrust and rate inputs
    • INDI controller is modeled as first order delay
  • training pipeline
  • automatic c code generation