Skip to content

Implementing custom rollout strategies for JuliaPOMDP #546

Answered by zsunberg
loslapleo asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @loslapleo ,

Sorry for the delayed reply - I am just coming up for air after a very busy semester.

I'm doing this to emulate the way that results were displayed by Ross et al. in [1] (on page 28 for example). Please do let me know if this is the correct way of going about this.

If my understanding is correct, what Ross et al. are referring to as "belief nodes" are nodes in the search tree, which would not include beliefs encountered on the rollout. To count these, you would do something like:

using POMDPs
using POMDPModels
using BasicPOMCP
using POMDPTools: action_info

m = TigerPOMDP()

planner = solve(POMCPSolver(tree_in_info=true), m)
a, info = action_info(planner, initialstate(m))

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@loslapleo
Comment options

@zsunberg
Comment options

Answer selected by loslapleo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants