Skip to content

Commit

Permalink
Remove deprecated AlphaVectorPolicy constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Jun 7, 2019
1 parent c76df3f commit 1b56056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ end
# these values were gotten from FIB.jl
# alphas = [-29.4557 -36.5093; -19.4557 -16.0629]
alphas = [-16.0629 -19.4557; -36.5093 -29.4557]
policy = AlphaVectorPolicy(pomdp, alphas)
policy = AlphaVectorPolicy(pomdp, alphas, ordered_actions(pomdp))

# initial belief is 100% confidence in baby being hungry
b = ParticleCollection([true for i=1:100])
Expand Down

0 comments on commit 1b56056

Please sign in to comment.