Skip to content

Commit

Permalink
Speed up trials by vectorizing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Jan 18, 2024
1 parent 2f8cb4d commit d9c4b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuning/hp_search_spaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __call__(
suggest_named_configs=lambda _: ["reward.reward_ensemble"],
suggest_config_updates=lambda trial: {
"seed": trial.number,
"environment": {"num_vec": 1},
"environment": {"num_vec": 8},
"total_timesteps": 2e7,
"total_comparisons": 1000,
"active_selection": True,
Expand Down

0 comments on commit d9c4b57

Please sign in to comment.