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
- Host: GitHub
- URL: https://github.com/amir78729/genetic-algorithm-helicopter-game
- Owner: amir78729
- Created: 2021-07-10T16:40:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T07:57:59.000Z (over 4 years ago)
- Last Synced: 2025-01-18T10:11:38.107Z (about 1 year ago)
- Topics: computational-intelligence, genetic-algorithm
- Language: Python
- Homepage:
- Size: 12.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
:-------------------------:|:-------------------------:|:-------------------------:
 |  | 
## Contributors
- [Hossein Zaredar](https://github.com/HosseinZaredar)
- [Matin Tavakoli](https://github.com/MatinTavakoli/)
- Many thanks to [Parnian Rad](https://github.com/Parnian-Rad)