about summary refs log tree commit diff
path: root/README.md
blob: b262e183f0038347a6be8bef87f1ee4aefb6895f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# tsoding-genetics

This is a partial rewrite of Tsoding's [Genetic Programming Project](https://github.com/tsoding/gp), written while watching along the [Genetic Programming Series](https://www.youtube.com/playlist?list=PLpM-Dvs8t0VZhPhStYD0aS30Y1awAv-DO).

This repository contains my own experiments and a faster/less-accurate trainer in the [experimental](https://git.venomade.com/tsoding-genetics/?h=experimental) branch.


There are still some things I would like to work on including:

### Zooming
Add some sort of Zooming to the SDL Render

### Complete switch to ENV MAP
Not everything is done I think...

### Implement Activity Metric
Add movement metric to compare different genetic learning algorithms