Skip to content

NicolasKeita/Rocket_Landing_Genetic_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket landing, AI spin-off : Genetic Algorithm

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)

Rocket Landing

Usage

#  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

About

Rocket Landing Genetic algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published