Skip to content

Commit

Permalink
Merge pull request #33 from 0X0StradSong/patch-1
Browse files Browse the repository at this point in the history
Update __init__.py
  • Loading branch information
ctlllll authored Jul 15, 2024
2 parents 50ce10a + 4d17e6f commit 05bff42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ class CompetitionParameters:
),
]
ORIGINAL_COMPETITION_ID = "p247"
CONSTANT_ALPHA = 0.2 # prev: 0.2
timestamp_epsilon = 0.02 # enhance vtrust
CONSTANT_ALPHA = 0.1 # prev: 0.2
timestamp_epsilon = 0.01 # enhance vtrust

assert math.isclose(sum(x.reward_percentage for x in COMPETITION_SCHEDULE), 1.0)

Expand Down

0 comments on commit 05bff42

Please sign in to comment.