Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 15, 2024
1 parent e175b9f commit 0ae4f2d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions sweep-config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
env:
max_steps:
carbs.utils.LinearSpace:
min: 10240
max: 81920
is_integer: True
max_steps:
carbs.utils.LinearSpace:
min: 10240
max: 81920
is_integer: True
map_id_scalefactor:
carbs.utils.LogSpace:
min: 0.001
Expand Down Expand Up @@ -44,7 +44,7 @@ rewards:
baseline.ObjectRewardRequiredEventsMapIds:
reward:
event: &default_log
carbs.utils.LogSpace:
carbs.utils.LogSpace:
min: 1.0e-5
max: 10.0
seen_pokemon: *default_log
Expand All @@ -62,7 +62,6 @@ rewards:
exploration: *default_log
explore_warps: *default_log
use_surf: *default_log

# policies:
# multi_convolutional.MultiConvolutionalPolicy:
# policy:
Expand All @@ -87,7 +86,3 @@ rewards:
# max: 2048
# is_integer: True





0 comments on commit 0ae4f2d

Please sign in to comment.