2

I'm working on a project to create an AI engine, where a robot is exploring a 2D gridded world and has to decide what square to move to next. Are there existing Markov libraries that could be used (ie. I would just change the parameters), or samples that exist?

Charles
  • 50,943
  • 13
  • 104
  • 142
taragb
  • 29
  • 1
  • 2

2 Answers2

3

Accord.Net might help you out.

Austin Salonen
  • 49,173
  • 15
  • 109
  • 139
2

Maybe you can tweak this: Hidden Markov Models in C#

Amir
  • 625
  • 1
  • 11
  • 26