# 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

image

# 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.

# Code

The code for my implementation (including a demo notebook) is available on GitHub (opens new window).