# Robby Robot
- What: This is my Python implementation of the Robby Robot genetic algorithm described in Melanie Mitchell's "Complexity: A Guided Tour" (highly recommend!).
- When: 2019
- Who: Me
# Technical Tutorial
I wrote a technical tutorial called Optimising a Rubbish Collection Strategy with Genetic Algorithms (opens new window) which was published on Towards Data Science.
# Non-Technical Blog
I also wrote a non-technical blog about this project which you can read HERE.
# Code
The code for my implementation (including a demo notebook) is available on GitHub (opens new window).