I think I figured it out, the reported parameters contains dots in their name like steering_arguments.noise_max which exposes a bug in our code.
we'll work on a fix for a future version, but for now if you can replace them with some other character it should work
Hi @<1888759776226054144:profile|MistakenFox18>
can you upload the response of the last tasks.get_all_ex query?
you can find it in the browser devtools (F12 opens them) on the network tab.
also what is your monitor resolution and scale factor?
yes, we have the correct handling in other hyper param pages, missed this issue on parallel coordinates
I got two responses for tasks.get_all_ex I join here by.
Thank you Shay for taking care of my trouble 🙂
great, I'll try to reproduce with your data
Just a quick update, the fix is scheduled for open source release v2.3 and for SAAS on 3.27.1
Oh I see, thanks for the investigation!
The "." in the parameter names could happen regularly, as it is a typical way of flattening a nested dictionary of params
