Skip to content

Commit

Permalink
Clean up config
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Jun 15, 2024
1 parent b38aab4 commit b2707fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,23 @@ wrappers:
action_bag_menu: 0.998
forgetting_frequency: 10
- exploration.OnResetExplorationWrapper:
full_reset_frequency: 0
full_reset_frequency: 1

finite_coords:
- stream_wrapper.StreamWrapper:
user: thatguy
- exploration.MaxLengthWrapper:
capacity: 1750
- exploration.OnResetExplorationWrapper:
full_reset_frequency: 0
full_reset_frequency: 1

stream_only:
- stream_wrapper.StreamWrapper:
user: thatguy
- exploration.OnResetExplorationWrapper:
full_reset_frequency: 1

fixed_reset_value:
- stream_wrapper.StreamWrapper:
user: thatguy
- exploration.OnResetLowerToFixedValueWrapper:
Expand All @@ -147,12 +153,6 @@ wrappers:
- exploration.OnResetExplorationWrapper:
full_reset_frequency: 25

fixed_reset_value:
- stream_wrapper.StreamWrapper:
user: thatguy
- exploration.OnResetExplorationWrapper:
full_reset_frequency: 25

rewards:
baseline.BaselineRewardEnv:
reward:
Expand Down

0 comments on commit b2707fb

Please sign in to comment.