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
As per title; I don't understand how am I supposed to compare methods appropriately if each script does its own thing and uses completely separate conventions.
I use wandb; if I run some of the value decomposition methods, I get performances under keys like the ones below:
If I run methods like IPPO or MAPPO, I get performances under different keys like below:
I understand that there can be come metrics that only make sense for some methods and not others; but when it comes to things like performances, winrates, it seems impossible to compare methods because each is written is its own standalone script that does things its own way.
I genuinely cannot understand: how do I use this library to compare methods?