Skip to content

Commit

Permalink
Merge branch 'fix-autotune'
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Nov 27, 2024
2 parents 70be9fc + bc20bfc commit 91a6573
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pokemonred_puffer/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,19 @@ def autotune(
"-r",
help="Reward module to use in rewards",
),
] = "baseline.BaselineRewardEnv",
] = "baseline.ObjectRewardRequiredEventsMapIds",
wrappers_name: Annotated[
str,
typer.Option(
"--wrappers-name",
"-w",
help="Wrappers to use _in order of instantion_",
),
] = "baseline",
] = "empty",
rom_path: Path = "red.gb",
):
config = load_from_config(config, False)
config.vectorization = "multiprocessing"
config, env_creator = setup(
config=config,
debug=False,
Expand Down

0 comments on commit 91a6573

Please sign in to comment.