Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadV91 authored May 30, 2019
1 parent edfc61c commit a61cab2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# [Demo](https://nenadv91.github.io/Car-simulation-ai/)
Car simulation with neural network and genetic algorithm

- Each unit has a brain which is a instance of Neural Network class.
- Brain is trained based on genetic algorithm and random mutation of weights.

## Options
- Save / load trained brain data
- Modify size of population
- Modify mutation rate
- Modify length of vision lines
- Load pre-trained examles

### Preview
---
![Preview](https://raw.githubusercontent.com/nenadV91/Car-simulation-ai/master/previews/preview1.png?raw=true "Preview 1")
___
![Preview](https://raw.githubusercontent.com/nenadV91/Car-simulation-ai/master/previews/preview2.png?raw=true "Preview 2")

## Author
Nenad Vracar

## License
Licensed under MIT

0 comments on commit a61cab2

Please sign in to comment.