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 0897d90 commit c5b3a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bounds.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ function solve(solver::FixedActionSolver, pomdp::POMDP)
residual < solver.tolerance ? break : nothing
end

return AlphaVectorPolicy(pomdp, alphas)
return AlphaVectorPolicy(pomdp, alphas, action_list)
end

0 comments on commit c5b3a30

Please sign in to comment.