Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help #1

Open
TianleLiu0303 opened this issue Jan 4, 2025 · 1 comment
Open

help #1

TianleLiu0303 opened this issue Jan 4, 2025 · 1 comment

Comments

@TianleLiu0303
Copy link

good job.how to visualize?

@jamesjingqili
Copy link
Owner

I include an example in

loss_table_list in /examples/inverse_2_player_dubins_car.jl is an array of the loss values at each iteration. So, we can plot the loss values vs. gradient descent iterations. Note that the "loss_table_list" has three arguments. The first argument loss_table_list[ii][:][:] corresponds to the ii-th ground truth trajectory's corresponding loss values, under different noise level and different gradient descent iteration. Fixing the first argument [ii] and the second argument [jj], loss_table_list[ii][jj][:] represents the loss values at each iteration under the ii-th ground truth trajectory and jj-th noise level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants