Skip to content

Commit

Permalink
sample more
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Oct 28, 2024
1 parent 0499211 commit b1d81f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pokemonred_puffer/sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,14 @@ def launch_sweep(
):
console = Console()
if not sweep_id:
params = sweep_config_to_params(base_config, sweep_config)
config = CARBSParams(
better_direction_sign=1,
is_wandb_logging_enabled=False,
wandb_params=WandbLoggingParams(project_name="Pokemon", run_name=sweep_id),
resample_frequency=5,
num_random_samples=len(params),
)
params = sweep_config_to_params(base_config, sweep_config)

carbs = CARBS(config=config, params=params)
sweep_id = wandb.sweep(
Expand Down

0 comments on commit b1d81f5

Please sign in to comment.