Skip to content

Commit

Permalink
Merge pull request #97 from jeremiahpslewis/jeremiahpslewis-patch-9
Browse files Browse the repository at this point in the history
Add test
  • Loading branch information
jeremiahpslewis authored Sep 20, 2024
2 parents a5be2dd + ffb322c commit f4ea810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/explorer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ using ReinforcementLearningFarm
explorer.step[] = Int(1e5)
@test RLFarm.get_ϵ(explorer) 0.36787944117144233 # Percentage according to formula and paper convergence results
@test_broken RLFarm.get_ϵ(explorer) 0.1353352832366127 # Percentage cited in AIAPC paper (2x step count)
explorer.step[] = Int(2e5)
@test RLFarm.get_ϵ(explorer) 0.1353352832366127 # Percentage cited in AIAPC paper (2x step count)
end

0 comments on commit f4ea810

Please sign in to comment.