File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424logging .getLogger ().setLevel (logging .INFO )
2525
2626# choose your agent or provide a new agent
27- agent_args = [AGENT_o1_MINI ]
27+ agent_args = [AGENT_4o_MINI ]
2828# agent_args = [AGENT_4o]
2929
3030
3939# Set reproducibility_mode = True for reproducibility
4040# this will "ask" agents to be deterministic. Also, it will prevent you from launching if you have
4141# local changes. For your custom agents you need to implement set_reproducibility_mode
42- reproducibility_mode = True
42+ reproducibility_mode = False
4343
4444# Set relaunch = True to relaunch an existing study, this will continue incomplete
4545# experiments and relaunch errored experiments
4646relaunch = False
4747
4848## Number of parallel jobs
49- n_jobs = 5 # Make sure to use 1 job when debugging in VSCode
49+ n_jobs = 4 # Make sure to use 1 job when debugging in VSCode
5050# n_jobs = -1 # to use all available cores
5151
5252
You can’t perform that action at this time.
0 commit comments