You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionStatefulPBVIPolicy(pomdp::P, tree::T, solver::SO; t_replan=0.05, ϵ_replan=solver.epsilon) where {P,T, SO}
A =ordered_actions(pomdp)
returnnew{P,T,typeof(A)}(pomdp, tree, A, solver, 1, first(tree.b), -1, 0, t_replan, ϵ_replan)
end
end
My intent when designing POMDPs.jl was for people to handle a stateful policy by creating an updater/policy pair. We should talk about this in a meeting.
-- Zach
The text was updated successfully, but these errors were encountered:
RC-PBVI.jl/src/stateful.jl
Lines 1 to 16 in 1b18e1a
My intent when designing POMDPs.jl was for people to handle a stateful policy by creating an updater/policy pair. We should talk about this in a meeting.
-- Zach
The text was updated successfully, but these errors were encountered: