pomdp-py icon indicating copy to clipboard operation
pomdp-py copied to clipboard

A framework to build and solve POMDP problems. Documentation: https://h2r.github.io/pomdp-py/

Results 12 pomdp-py issues
Sort by recently updated
recently updated
newest added

I'm trying to implement a maintenance planning algorithm using POMCP. In this context, the decision maker is mainly interested in knowing when to perform a certain action given current and...

Hi! So I just wanted to test out my understanding by re-creating the MOS problem in a different way. - I computed robot states and object state as 2 different...