Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.57 KB

README.md

File metadata and controls

28 lines (25 loc) · 2.57 KB

Lander Simulation

Auto-lands an object to a specific point on the surface. See the MecanicaScience website for a live demo.

Description

This project aims to let an AI land a vessel on a simulated 2D terrain with a simulated atmosphere, with wind and atmospheric disturbances, while targeting a specific point and minimizing vessel's fuel.

References

Videos ideas

  1. Main physics Simulation
  2. Terrain Generation
  3. Atmosphere simulation
  4. Wind simulation
  5. Collision detection
  6. Drag forces simulation
  7. Auto-lander (2 methods : G-Fold and Deep Reinforcement Learning)
  8. Implementation in KSP