KalmanNet / KalmanNet_TSP

code for KalmanNet
287 stars 76 forks source link

How can I evaluation and visualization? #20

Open alstn59v opened 1 year ago

alstn59v commented 1 year ago

I'm already training model with following steps in readme.md.

But, I can't find "how can evaluation trained model and visualization it".

KalmanNet commented 1 year ago

You could evaluate your trained model through the MSE loss between the output estimated x_hat and the ground truth x.

For visualization, you could try to plot the trajectory of the output x_hat and the ground truth x from timestep 1 to T.