I noticed the implemented perturbedFenchelYoung loss doesn't look the same as what is in the original paper and in the PyEPO paper. My guess is that from the perspective of tracking the directional improvement of the loss, the Fenchel Dual term is not strictly necessary, and that since we have a linear objective, the impact of the true cost is not needed either and we can just treat the loss as true_sol - expected_perturbed_solution. While this is not the precise definition of pFYL loss, it will show the same directional behavior (subject to some additive/multiplicative constants). Is this understanding correct? Thank you!
I noticed the implemented perturbedFenchelYoung loss doesn't look the same as what is in the original paper and in the PyEPO paper. My guess is that from the perspective of tracking the directional improvement of the loss, the Fenchel Dual term is not strictly necessary, and that since we have a linear objective, the impact of the true cost is not needed either and we can just treat the loss as
true_sol - expected_perturbed_solution. While this is not the precise definition of pFYL loss, it will show the same directional behavior (subject to some additive/multiplicative constants). Is this understanding correct? Thank you!