Skip to content

Commit

Permalink
change the default baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Dec 18, 2024
1 parent 063776e commit 66d6f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemonred_puffer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def train(
"-r",
help="Reward module to use in rewards",
),
] = "baseline.ObjectRewardRequiredEventsMapIds",
] = "baseline.ObjectRewardRequiredEventsMapIdsFieldMoves",
wrappers_name: Annotated[
str,
typer.Option(
Expand Down

0 comments on commit 66d6f01

Please sign in to comment.