PyPOMDP icon indicating copy to clipboard operation
PyPOMDP copied to clipboard

Python implementation of POMDP framework and PBVI & POMCP algorithms.

Results 4 PyPOMDP issues
Sort by recently updated
recently updated
newest added

Very good repo! But there are still some errors need to be fixed. 1. https://github.com/namoshizun/PyPOMDP/blob/3f115b4b0a2c2efea6c484c849fae242d63912ff/pypomdp/parsers/env_parser.py#L187 to ` self.Z[(action, next_state, obs)] = float(prob) ` 2. https://github.com/namoshizun/PyPOMDP/blob/3f115b4b0a2c2efea6c484c849fae242d63912ff/pypomdp/models/model.py#L32-L34 to `return len(self.actions) `

I have two questions, I really appreciate your help. 1. In 'main.py' code: What does 'Budget' mean? 2.How to judge whether the algorithm has converged? Which parameter is the evaluation...

Very nice project. Thanks! I wanted to check it on my own POMDP model but I get errors. It seems that just changing the file name doesn't work. Been spending...

Hiya, this is awesome and I just wanted to ask what license the code is under (if any).