Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.01 KB

Lunar Lander Machine Learning

This project implements a generation based solver to teach an AI how to play the classic arcade game Lunar Lander. A genetic algorithm is applied to a test of test landers and iterates through generations progressivly improving and learning how to land.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Download and Install Processing from the link above.
  2. Clone the repository or download as a ZIP file.
  3. Open the downloaded file in Processing.
  4. Hit the Run button and enjoy.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to CodingBullet for the idea of applying machine learning to games