/lander-experiment

Lander game to experiment with AI technologies

Primary LanguagePythonMIT LicenseMIT

Lander

Project aimed to create learning agents in a more realistic environment that with Gym AI, as is the developer the one who decides how to gather the data for Supervised Learning Agents, or decide the reward system and how to perform the actions when doing Reinforcement Learning Agents.

Special Thanks

  • Lewis Veryard
  • Hugo Leon-Garza

Most of the code of the game is originally theirs, I just cleaned it and modified to be able to implement my own features for the agents.