An open API service indexing awesome lists of open source software.

https://github.com/amir78729/genetic-algorithm-helicopter-game

3rd Project for Principle of Computational Intelligence Course
https://github.com/amir78729/genetic-algorithm-helicopter-game

computational-intelligence genetic-algorithm

Last synced: 6 months ago
JSON representation

3rd Project for Principle of Computational Intelligence Course

Awesome Lists containing this project

README

          

# EvolutionaryGames

A project designed for Computational Intelligence course.


In this project, a simple 2D minigame is implemented.

The agent needs to learn to maneuver via neural network + evolution.

## Game Modes
Helicopter | Gravity | Thrust
:-------------------------:|:-------------------------:|:-------------------------:
![Helicopter](https://github.com/HosseinZaredar/EvolutionaryGames/blob/main/screenshots/helicopter.png?raw=true) | ![Gravity](https://github.com/HosseinZaredar/EvolutionaryGames/blob/main/screenshots/gravity.png?raw=true) | ![Thrust](https://github.com/HosseinZaredar/EvolutionaryGames/blob/main/screenshots/thrust.png?raw=true)

## Contributors
- [Hossein Zaredar](https://github.com/HosseinZaredar)
- [Matin Tavakoli](https://github.com/MatinTavakoli/)

- Many thanks to [Parnian Rad](https://github.com/Parnian-Rad)