-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathtraining.sh
More file actions
37 lines (34 loc) · 1008 Bytes
/
training.sh
File metadata and controls
37 lines (34 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
python run_main.py \
--rollout_type batched \
--meta_model gpt-5 \
--execution_model gpt-5-nano/low \
--batch_max_update_concurrent 10 \
--batch_max_retrieve_concurrent 10 \
--task_type alfworld \
--status train \
--train_size 30
python run_main.py \
--rollout_type batched \
--meta_model gpt-5 \
--execution_model gpt-5-nano/low \
--batch_max_update_concurrent 10 \
--batch_max_retrieve_concurrent 10 \
--task_type textworld \
--status train \
--train_size 1
python run_main.py \
--rollout_type batched \
--meta_model gpt-5 \
--execution_model gpt-5-nano/low \
--batch_max_update_concurrent 10 \
--batch_max_retrieve_concurrent 10 \
--task_type minihack \
--status train
python run_main.py \
--rollout_type batched \
--meta_model gpt-5 \
--execution_model gpt-5-nano/low \
--batch_max_update_concurrent 10 \
--batch_max_retrieve_concurrent 10 \
--task_type babaisai \
--status train