Skip to content

Commit d709d84

Browse files
Fixing minor typo
1 parent cd27a45 commit d709d84

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

experiments/crazyflie/plotting_results.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -387,22 +387,22 @@ def plot_log(algo, key, all_results):
387387

388388

389389
if __name__ == '__main__':
390-
REAL = False
390+
REAL = True
391391
CERTIFIED = True
392392
algo_name = 'ppo'
393393
all_results = load_all_models(algo_name)
394394

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)
406406

407407
if not REAL:
408408
plot_all_logs(algo_name)

0 commit comments

Comments
 (0)