emdp
emdp copied to clipboard
Easy MDPs and grid worlds with accessible transition dynamics to do exact calculations
I just added documentation for emdp, so that you can import this repo at readthedocs.io, it would be look like: [https://anke-emdp.readthedocs.io/](https://anke-emdp.readthedocs.io/) I prefixed my name on my own fork, so...
I found that the `build_SB_example35()` function in the README was incomplete since it did not assign -1 reward to actions which took the agent off-grid. The version inside [examples/simple.py](https://github.com/zafarali/emdp/blob/master/emdp/examples/simple.py#L8) had...
The correct solution would be to move __version__ into a new file version.py and then import that in setup.py