Skip to content

Commit

Permalink
Continue to give level reward after level 15
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Apr 18, 2024
1 parent 08350ea commit 380b7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonred_puffer/rewards/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ def get_levels_reward(self):
if self.max_level_sum < 15:
return self.max_level_sum
else:
return 15 # + (self.max_level_sum - 15) / 4
return 15(self.max_level_sum - 15) / 4

0 comments on commit 380b7d5

Please sign in to comment.