Skip to content

Commit 24f48f3

Browse files
Revert changes to main script
1 parent 2d8d4de commit 24f48f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
logging.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

@@ -39,14 +39,14 @@
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
4646
relaunch = 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

0 commit comments

Comments
 (0)