Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
removed old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Mar 27, 2017
1 parent 2f85326 commit a7b1588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.jl
Expand Up @@ -240,7 +240,7 @@ function simulate{S,A,O,B}(pomcp::POMCPPlanner{S,A,O,B,POMCPDPWSolver}, h::Belie
if isa(pomcp.node_belief_updater, ParticleReinvigorator)
hao = ObsNode(o, 0, ParticleCollection{S}(), Dict{A,ActNode{A,O,ObsNode{B,A,O}}}())
else
new_belief = update(pomcp.node_belief_updater, h.B, a, o) # this relies on h.B not being modified
new_belief = update(pomcp.node_belief_updater, h.B, a, o)
hao = ObsNode(o, 0, new_belief, Dict{A,ActNode{A,O,ObsNode{B,A,O}}}())
end
best_node.children[o] = hao
Expand Down

0 comments on commit a7b1588

Please sign in to comment.