More on de Bruijn Graphs
In a previous post I mentioned that de Bruijn graphs are a useful way to model fixed memory agent strategies. I decided to code up a version of de Bruijn graphs using Python + NetworkX to show how this representation might be useful. You can find the source here. If we use de Bruijn graphs, [...]