Skip to content
Snippets Groups Projects
Commit 23ebefa1 authored by Chris MacLellan's avatar Chris MacLellan
Browse files

adjustment to tune ppo

parent 911f5c3a
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ class TrialCallback(BaseCallback):
def objective(trial: optuna.Trial) -> float:
n_eval_episodes = 10
eval_freq = 5000
n_steps = 100000
n_steps = 250000
with tempfile.TemporaryDirectory() as log_dir:
env = DummyVecEnv([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment