Skip to content

Commit

Permalink
Adding the extra data from physical experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico-PizarroBejarano committed Mar 10, 2024
1 parent ad62373 commit f83df4b
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion experiments/crazyflie/plotting_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def load_all_models(algo):
'rmse': [],
'feasible': []
}
for test in range(5):
for test in range(len(os.listdir(f'/home/federico/GitHub/safe-control-gym/experiments/crazyflie/all_trajs/{model}/{is_cert}'))):
with open(f'/home/federico/GitHub/safe-control-gym/experiments/crazyflie/all_trajs/{model}/{is_cert}/test{test}.pkl', 'rb') as file:
pickle_data = pickle.load(file)
traj_goal = pickle_data['traj_goal']
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified experiments/crazyflie/results_cf/ppo/graphs/real_cert/reward.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified experiments/crazyflie/results_cf/ppo/graphs/real_cert/rmse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f83df4b

Please sign in to comment.