about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b262e18
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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