Beyond the Bellman Recursion: A Pontryagin-Guided Framework for Non-Exponential Discounting
About
Most value-based and actor--critic reinforcement learning methods rely on Bellman-style recursions, yet these recursions collapse under non-exponential discounting common in human preferences and survival processes. We show the breakdown is structural: exponential discounting sits at a fragile intersection of multiplicativity and time homogeneity, and violating either property breaks standard dynamic programming. To overcome this, we propose Pontryagin-Guided Direct Policy Optimization (PG-DPO), a variational framework that abandons recursion and couples the Pontryagin Maximum Principle with Monte Carlo rollouts via an Adjoint-MC projection enforcing pointwise Hamiltonian maximization. Across multi-dimensional hyperbolic and survival-discount benchmarks, PG-DPO improves accuracy and stability where equation-driven solvers and critic-based baselines diverge.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Consumption Policy Equilibrium Recovery | Merton Problem Case 2 | MAE (L1)0.0035 | 5 | |
| Investment Policy Equilibrium Recovery | Merton Problem Case 2 | MAE (L1)6.36e-8 | 5 | |
| Policy optimization under non-exponential discounting | Time-varying hyperbolic discounting Case 3 Linear profile k1(t) | Global L1 Error0.0063 | 5 | |
| Policy optimization under non-exponential discounting | Time-varying hyperbolic discounting Case 3 Sinusoidal profile k2(t) | Global L1 Error0.0074 | 5 | |
| Policy optimization under non-exponential discounting | Time-varying hyperbolic discounting Case 3 Exponential profile k3(t) | Global L1 Error0.0067 | 5 | |
| Optimal Control | Survival Discounting Case 1, beta_0=0.2 | Global L1 Error1.45 | 5 | |
| Optimal Control | Survival Discounting Case 1, beta_0=1.0 | Global L1 Error1.8 | 5 | |
| Optimal Control | Survival Discounting Case 1, beta_0=0.5 | Global L1 Error2.97 | 5 |