h2r/pomdp-py

Is it possible to do multiagent in pomdp-py?

disadone opened this issue · 5 comments

Excellent framework and clear examples!
I am new to POMDP. I wonder is it possible to implement decentralized like DEC-Tiger (Nair et.al. 2003) or centralized POMDP? Thanks!

DEC-POMDP is not supported yet, but I bet it wouldn't be too hard to implement based on current interfaces, I think it just needs a new Planner whose plan function takes in multiple Agent objects. I currently don't have plans to do this but it'd be awesome if you try it!

I will try! Maybe several months later, there is a new planner...or not.

That's great! I'm sure you know this, but just as a reference, you can find more info (and code) about DEC-POMDP from here: http://rbr.cs.umass.edu/camato/decpomdp/

I only know the "new book" in the website, code really helps! Thank you!

Will close this for now. Reopen if there's more to discuss!