Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/TomaszRewak/ML-games

Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.
https://github.com/TomaszRewak/ML-games

game game-engine genetic-algorithm machine-learning machine-learning-games neural-network reinforcement-learning

Last synced: 16 days ago
JSON representation

Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.

Awesome Lists containing this project

README

        

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JR5PH24URK28S)

# ML-games
Machine learning games. Use combination of genetic algorithms and neural networks to control the behaviour of in-game objects.

Working example can be found here: http://ml-games.tomasz-rewak.com/



Everything here is written from a scratch, including all ML algorithms and game engine.

# Compilation
To restore node packages run
```
npm install
```

To compile the project
```
gulp build
```
for .ts files and
```
gulp styles
```
for .less files.

You can also simply run:
```
gulp watch
```

# Alpha
Note that this is an early version of this software. If you can see anything that doesn't work as expected, or maybe a way to improve it, please inform me.
As this site is still in developement, it works fine on Chrome web browser, works slow on FF and doesn't work at all at Edge.
These are the known issues.