Earlier quoted context omitted.
Your response makes me wonder if the idea is not that RL can give more optimal solutions, but perhaps more robust ones? This is giving a ton of charity to the opening post, but fun for me to consider. As you say, given a model, if it is bounded than LP is an obvious route to get optimal. However, models being what they are, there are often times when the prescribed solution is unrealizable for reasons. Reinforcement…
A linear programming (LP) problem is essentially just, for positive integers m and n and real or rational matrices 1 by n c n by 1 x m by n A m by 1 b 1 by 1 z, maximize z = cx subject to Ax = b, x >= 0 That is, an LP is a fully precisely stated problem in math. There is no randomness , ambiguity, flexibility, uncertainty, etc. Now when move to the real world and have a problem, e.g., in mixing animal feed, cracking…
Specifically, use LP to craft a plan in an iteration of scenarios that is varying a cost function through iterations. I suspect I'm fumbling in the multi period planning realm more so than the RL one, here.
I further suspect, though, that it is more "if you can formalize your problem such that LP solves it, use LP." That is, the opening post was largely just nonsensical?