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
separate function call for state block and observation block. Mixing two blocks in one function call will lead to the fact that the measurement is always for current step, while the state update is for next step. This might be undesired in a MPC-like application, where the measurement prediction should be at the same step as the state prediction.
inverse simulation seems slower than pure functional implementation
as stated in examples/inverse_simulation.py, the forward simulation results seems one-step delayed compared with target data.
combined training of physics and neural networks
train MPC as a layer for neural network
The text was updated successfully, but these errors were encountered:
examples/inverse_simulation.py
, the forward simulation results seems one-step delayed compared with target data.The text was updated successfully, but these errors were encountered: