This GitHub repository addresses the classic Rocket Landing trajectory optimization problem,
enriching the challenge with additional complexities, including:
- Landscapes: Navigate through varying terrains such as mountains, hollows, and tunnels.
- Time Constraint: Solve the optimization problem within a rigorously defined time limit.
(This is why I've opted for a Genetic Algorithm approach rather than Reinforcement Learning)
# download repository then do
python -m venv env
source env/bin/activate # on Unix
./env/Scripts/activate # on Windows
pip install -r requirements.txt
python ./__main__.py