summaryrefslogtreecommitdiff
path: root/experiments/plot_toy_final.py
diff options
context:
space:
mode:
Diffstat (limited to 'experiments/plot_toy_final.py')
-rw-r--r--experiments/plot_toy_final.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/experiments/plot_toy_final.py b/experiments/plot_toy_final.py
index 2f7c109..e4e1a68 100644
--- a/experiments/plot_toy_final.py
+++ b/experiments/plot_toy_final.py
@@ -13,7 +13,7 @@ os.makedirs(output_dir, exist_ok=True)
seeds = [42, 123, 456]
all_data = []
for seed in seeds:
- path = f'results/toy_lq/toy_lq_v2_seed{seed}_lam0.1_sig0.1_tgw1.0_fm0.0.json'
+ path = f'results/toy_lq_frozen/toy_lq_v2_seed{seed}_lam0.1_sig0.1_tgw1.0_fm0.0.json'
if os.path.exists(path):
with open(path) as f:
all_data.append(json.load(f))