about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvenomade <venomade@venomade.com>2025-02-27 17:38:07 +0000
committervenomade <venomade@venomade.com>2025-02-27 17:38:07 +0000
commit72645816a313a1fadf906b557795bce0a8d67161 (patch)
tree9a81757f158cad583b1bb01e03d4034030abe7e5 /README.md
parent259c727658485ea00d6ef8617ecab579be871470 (diff)
Add README HEAD master
Diffstat (limited to 'README.md')
-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