This repository contains my Python solution for the CodinGame AI challenge:
Mars Lander – Episode 2
- Heuristic-based decision making
- Physics-aware control of rotation and thrust
- Safe landing constraints:
- Vertical speed
- Horizontal speed
- Rotation angle
##Language
- Python 3
- CodinGame
The solution was developed and tested directly in the CodinGame simulator.