Hi everyone
GridMDP source code is now available for download, either as a full archive, or via sourceforge SVN.
GridMDP is both an educational and a research software for people who work on Markov Decision Processes (MDP). This software automatically generates a random grid of a given size with random obstacles and random rewards, that can be solved by many popular algorithms like VI (value iteration), LAO*, RTDP and more. New algorithms can be easily added thanks to the object inheritance diagram of the code.... read more