Skip to content

An implementation of the NEAT algorythm playing a "replica" of the old atari game "Lunar Lander". The code is commented and it was made more to be a POC than to be a full fledged project, and I'm quite happy with the result. The picke part is currently giving me some trouble, but I'm sure that I can fix it later.

Notifications You must be signed in to change notification settings

marcelovjunior/Smart-Rockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Smart-Rockets

An implementation of the NEAT algorythm playing a "replica" of the old atari game "Lunar Lander" made with "neat-python", the players (AI) need to land on the ground with a correct angle, ySpeed and xSpeed, and try to perfect the game (And even exploiting the game's points system!).

The main code is fully commented (excluding most of pygame's functions & Class/Object creation) and it was made more to be a POC than to be a full fledged project, and I'm quite happy with the result.

About

An implementation of the NEAT algorythm playing a "replica" of the old atari game "Lunar Lander". The code is commented and it was made more to be a POC than to be a full fledged project, and I'm quite happy with the result. The picke part is currently giving me some trouble, but I'm sure that I can fix it later.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages