Skip to content

mecanicascience/Lander-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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