Skip to content

Commit

Permalink
maybe a different scale
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 28, 2024
1 parent 268b658 commit da6d508
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sweep-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@ rewards:
reward:
event:
carbs.utils.LogSpace:
min: 1.0e-1
min: 1.0e-3
max: 10.0
scale: 0.5
seen_pokemon:
carbs.utils.LogSpace:
min: 1.0e-1
min: 1.0e-3
max: 10.0
scale: 2.0
caught_pokemon:
carbs.utils.LogSpace:
min: 1.0e-1
min: 1.0e-3
max: 10.0
scale: 2.0
moves_obtained:
carbs.utils.LogSpace:
min: 1.0e-1
min: 1.0e-3
max: 10.0
scale: 2.0
hm_count:
carbs.utils.LogSpace:
min: 1.0e-1
min: 1.0e-3
max: 10.0
scale: 2.0
level:
Expand Down Expand Up @@ -111,7 +111,7 @@ rewards:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.05
scale: 0.005
use_surf:
carbs.utils.LogSpace:
min: 1.0e-3
Expand Down

0 comments on commit da6d508

Please sign in to comment.