Skip to content

Commit

Permalink
Redoing all other models with updated MPSF (backup + real data) and r…
Browse files Browse the repository at this point in the history
…esults are mostly unchanged
  • Loading branch information
Federico-PizarroBejarano committed Feb 29, 2024
1 parent 1cc12c3 commit 90ce5dc
Show file tree
Hide file tree
Showing 30 changed files with 5 additions and 2 deletions.
Binary file modified experiments/crazyflie/all_trajs/mpsf_0.1_dm/cert/test0.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_0.1_dm/cert/test1.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_0.1_dm/cert/test2.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_0.1_dm/cert/test3.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_0.1_dm/cert/test4.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_10_dm/cert/test0.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_10_dm/cert/test1.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_10_dm/cert/test2.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_10_dm/cert/test3.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_10_dm/cert/test4.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_1_dm/cert/test0.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_1_dm/cert/test1.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_1_dm/cert/test2.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_1_dm/cert/test3.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/mpsf_1_dm/cert/test4.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/none_cpen_dm/cert/test0.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/none_cpen_dm/cert/test1.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/none_cpen_dm/cert/test2.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/none_cpen_dm/cert/test3.pkl
Binary file not shown.
Binary file modified experiments/crazyflie/all_trajs/none_cpen_dm/cert/test4.pkl
Binary file not shown.
7 changes: 5 additions & 2 deletions experiments/crazyflie/crazyflie_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@

save_data = True
TEST = 0
MODEL = 'mpsf_10'
CERTIFY = False
suffix = '_dm'
model_name = 'mpsf_0.1'
CERTIFY = True

MODEL = model_name + suffix

algo = 'ppo'
task = 'quadrotor'
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.
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 90ce5dc

Please sign in to comment.