Skip to content

Commit 94d9087

Browse files
author
Isaac Peterson
committed
updated scripts
1 parent 72723f6 commit 94d9087

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

scripts/run_gradient_flow_examples.sh

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,38 @@ python3 -m matsimAI.run_gradient_flow_matching \
1313
"--save_interval" "-1" \
1414
"--best_plans_save_path" "./scenarios/cluster_scenarios/utah_10c"
1515

16-
# python3 -m matsimAI.run_gradient_flow_matching \
17-
# "./cluster_results/results" \
18-
# "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
19-
# "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
20-
# "--num_clusters" "50" \
21-
# "--training_steps" "1_000_000" \
22-
# "--log_interval" "1_000" \
23-
# "--save_interval" "-1" \
16+
python3 -m matsimAI.run_gradient_flow_matching \
17+
"./cluster_results/results" \
18+
"./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
19+
"./scenarios/utah_flow_scenario_example/utahcounts.xml" \
20+
"--num_clusters" "50" \
21+
"--training_steps" "1_000_000" \
22+
"--log_interval" "1_000" \
23+
"--save_interval" "-1" \
2424

25-
# python3 -m matsimAI.run_gradient_flow_matching \
26-
# "./cluster_results/results" \
27-
# "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
28-
# "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
29-
# "--num_clusters" "100" \
30-
# "--training_steps" "1_000_000" \
31-
# "--log_interval" "1_000" \
32-
# "--save_interval" "-1" \
25+
python3 -m matsimAI.run_gradient_flow_matching \
26+
"./cluster_results/results" \
27+
"./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
28+
"./scenarios/utah_flow_scenario_example/utahcounts.xml" \
29+
"--num_clusters" "100" \
30+
"--training_steps" "1_000_000" \
31+
"--log_interval" "1_000" \
32+
"--save_interval" "-1" \
3333

34-
# python3 -m matsimAI.run_gradient_flow_matching \
35-
# "./cluster_results/results" \
36-
# "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
37-
# "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
38-
# "--num_clusters" "200" \
39-
# "--training_steps" "1_000_000" \
40-
# "--log_interval" "1_000" \
41-
# "--save_interval" "-1" \
34+
python3 -m matsimAI.run_gradient_flow_matching \
35+
"./cluster_results/results" \
36+
"./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
37+
"./scenarios/utah_flow_scenario_example/utahcounts.xml" \
38+
"--num_clusters" "200" \
39+
"--training_steps" "1_000_000" \
40+
"--log_interval" "1_000" \
41+
"--save_interval" "-1" \
4242

43-
# python3 -m matsimAI.run_gradient_flow_matching \
44-
# "./cluster_results/results" \
45-
# "./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
46-
# "./scenarios/utah_flow_scenario_example/utahcounts.xml" \
47-
# "--num_clusters" "500" \
48-
# "--training_steps" "1_000_000" \
49-
# "--log_interval" "1_000" \
50-
# "--save_interval" "-1" \
43+
python3 -m matsimAI.run_gradient_flow_matching \
44+
"./cluster_results/results" \
45+
"./scenarios/utah_flow_scenario_example/utahnetwork.xml" \
46+
"./scenarios/utah_flow_scenario_example/utahcounts.xml" \
47+
"--num_clusters" "500" \
48+
"--training_steps" "1_000_000" \
49+
"--log_interval" "1_000" \
50+
"--save_interval" "-1" \

scripts/run_matsim_sims.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ cd ..
33
# Set the max RAM to use here
44
export MAVEN_OPTS="-Xmx61G"
55

6-
mvn exec:java -Dexec.mainClass="org.matsim.run.RunMatsim" -Dexec.args="./scenarios/utah_flow_scenario_example/utahconfig.xml"
6+
mvn exec:java -Dexec.mainClass="org.matsim.run.RunMatsim" -Dexec.args="./scenarios/cluster_scenarios/utah_100c/utahconfig.xml"

0 commit comments

Comments
 (0)