@@ -387,22 +387,22 @@ def plot_log(algo, key, all_results):
387
387
388
388
389
389
if __name__ == '__main__' :
390
- REAL = False
390
+ REAL = True
391
391
CERTIFIED = True
392
392
algo_name = 'ppo'
393
393
all_results = load_all_models (algo_name )
394
394
395
- # create_paper_plot(extract_magnitude_of_corrections)
396
- # create_paper_plot(extract_percent_magnitude_of_corrections)
397
- # create_paper_plot(extract_max_correction)
398
- # create_paper_plot(extract_percent_max_correction)
399
- # create_paper_plot(extract_rate_of_change)
400
- # create_paper_plot(extract_number_of_corrections)
401
- # create_paper_plot(extract_feasible_iterations)
402
- # create_paper_plot(extract_reward)
403
- # create_paper_plot(extract_rmse)
404
- # create_paper_plot(extract_constraint_violations)
405
- # create_paper_plot(extract_length)
395
+ create_paper_plot (extract_magnitude_of_corrections )
396
+ create_paper_plot (extract_percent_magnitude_of_corrections )
397
+ create_paper_plot (extract_max_correction )
398
+ create_paper_plot (extract_percent_max_correction )
399
+ create_paper_plot (extract_rate_of_change )
400
+ create_paper_plot (extract_number_of_corrections )
401
+ create_paper_plot (extract_feasible_iterations )
402
+ create_paper_plot (extract_reward )
403
+ create_paper_plot (extract_rmse )
404
+ create_paper_plot (extract_constraint_violations )
405
+ create_paper_plot (extract_length )
406
406
407
407
if not REAL :
408
408
plot_all_logs (algo_name )
0 commit comments