Skip to content

Commit

Permalink
try to make test reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis authored Aug 29, 2024
1 parent 856a507 commit bad4c41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ end
ξ = 0.1
δ = 0.95
n_prices = 15
max_iter = Int64(1e5)
max_iter = Int64(5e6)
price_index = 1:n_prices

competition_params_dict = Dict(
Expand All @@ -588,7 +588,7 @@ end
)


c_out = run(hyperparameters; stop_on_convergence = false, debug = true)
c_out = run(hyperparameters; stop_on_convergence = true, debug = true)

# ensure that the policy is updated by the learner
@test sum(c_out.policy[Player(1)].policy.learner.approximator.model .!= 0) != 0
Expand Down

0 comments on commit bad4c41

Please sign in to comment.