Skip to content

Commit

Permalink
Oh come on
Browse files Browse the repository at this point in the history
  • Loading branch information
RedTachyon committed Mar 11, 2022
1 parent 0c5d547 commit c88f0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/optimize/optuna_crowd.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def objective(trial: optuna.Trial, worker_id: int, path: str) -> float:
renders, returns = collect_renders(
agents,
env,
num_steps=config["steps"],
num_steps=200,
disable_tqdm=False,
env_kwargs=config["environment"],
deterministic=d,
Expand Down

0 comments on commit c88f0b0

Please sign in to comment.