This project contains a notebook-based exercise for evolving a Lunar Lander controller with genetic programming.
- Python lower than 3.10
Create and activate a virtual environment with a Python version lower than 3.10, then install the dependencies:
pip install -r requirements.txtOpen solution.ipynb and run the notebook cells in order.