prost-planner / prost

probabilistic planning system for tasks encoded in RDDL
MIT License
37 stars 17 forks source link

Derive partial policy from MCTS tree. #136

Open syemichel opened 1 year ago

thomaskeller79 commented 1 year ago

Hi syemichel,

Prost is a planning system that interleaves planning for the next decision its about to take with the execution of that action, and it does therefore not compute a policy (and hence it does also not print a policy to a file). However, it would be possible to implement the functionality that the current partial policy is printed (this is not the first time I receive a feature request of this kind). I'll therefore slightly change the title of your request from question-form to a feature request. I have to emphasize that I am not sure when and even if someone will find the time to work on this.

In the future, if you have questions on Prost, please contact me via email at tho.keller@unibas.ch.

thomaskeller79 commented 1 year ago

In this issue, we'd like to implement a function that visits all nodes in the current search tree and writes a partial policy to a file.