Skip to content

Commit

Permalink
Removed deprecated AlphaVectorPolicy Constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Jun 7, 2019
1 parent 5f340d7 commit f1b469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanilla.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function create_policy(solver::PruneSolver, pomdp::POMDP)
S = ordered_states(pomdp)
A = ordered_actions(pomdp)
alphas = [[reward(pomdp,S[i],A[j]) for i in 1:ns] for j in 1:na]
AlphaVectorPolicy(pomdp, alphas)
AlphaVectorPolicy(pomdp, alphas, A)
end

"""
Expand Down

0 comments on commit f1b469b

Please sign in to comment.