Skip to content

Commit

Permalink
Copy the correct cut env
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 6, 2024
1 parent a252887 commit 77b3343
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ rewards:
pokemon_menu: 0.1
stats_menu: 0.1
bag_menu: 0.1

baseline.TeachCutReplicationEnvFork:
reward:
event: 1.0
Expand All @@ -162,19 +163,19 @@ rewards:
reward:
event: 1.0
bill_saved: 5.0
seen_pokemon: 4.0
caught_pokemon: 4.0
moves_obtained: 4.0
hm_count: 10.0
level: 1.0
badges: 10.0
exploration: 0.02
cut_coords: 1.0
cut_tiles: 1.0
start_menu: 0.0
cut_coords: 0.0
cut_tiles: 0.0
start_menu: 0.00
pokemon_menu: 0.0
stats_menu: 0.0
bag_menu: 0.0
taught_cut: 10.0
explore_npcs: 0.02
explore_hidden_objs: 0.02
rocket_hideout_found: 5.0


Expand Down

0 comments on commit 77b3343

Please sign in to comment.