mdp
mdp copied to clipboard
Make it easy to specify simple MDPs that are compatible with the OpenAI Gym.
# Found a bug and solved it. I have noticed a bug in the library. ## Modification: Change is made for the step function, which is inside MDPEnv ## explanation:...
When I run the script posted in your README: ``` from blackhc import mdp from blackhc.mdp import example spec = example.ONE_ROUND_DMDP spec_graph = spec.to_graph() spec_png = mdp.graph_to_png(spec_graph) mdp.display_mdp(spec) ``` I...
Hi ! Thank you for this work ! I came to here because your arXiv paper. And I found a little typo in `blackhc.mdp.example`. ``` MULTI_ROUND_NDMP = _multi_round_nmdp() ``` Just...