You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
U_proc[ii,:,jj] =interp(t_proc,t_ep[ii].squeeze(),U_ep[ii][jj,:].squeeze()) -hover_thrust#TODO: Make sure consistent with data collected from controllers
Unom_proc[ii, :, jj] =interp(t_proc, t_ep[ii].squeeze(), Unom_ep[ii][jj, :].squeeze()) -hover_thrust#TODO: Make sure consistent with data collected from controllers
# %%
# ! =============================================== FIT MODELS ===============================================
t0=time.process_time()
This issue was generated by todo based on a TODO comment in e79ecff. It's been assigned to @Cafolkes because they committed the code.
bintel/experiments/episodic_KEEDMD/fast_drone_landing/tune_learning.py
Lines 99 to 104 in e79ecff
This issue was generated by todo based on a
TODOcomment in e79ecff. It's been assigned to @Cafolkes because they committed the code.