the-isf-academy / quest

Wrapper over Python Arcade for first-year CS students making a top-down adventure game
0 stars 2 forks source link

MarkovChain strategy #8

Open cproctor opened 4 years ago

cproctor commented 4 years ago

We already have a DividedStrategy for building a complex strategy out of two simpler strategies. But what if you want to transition between three (or 100) different strategies? As described in the DividedStrategy documentation, we can do this by implementing a MarkovChain.