Quantum-Inspired Episode Selection for Monte Carlo Reinforcement Learning via QUBO Optimization
Hadi Salloum, Ali Jnadi, Yaroslav Kholodov, Alexander Gasnikov
TL;DR
This work tackles the sample efficiency challenge of Monte Carlo reinforcement learning in sparse or large-state environments by reformulating episode selection as a Quadratic Unconstrained Binary Optimization (QUBO) problem and solving it with quantum-inspired samplers. The core idea is to select a small, diverse set of high-value episodes by optimizing a QUBO energy $F(x) = x^T Q x + q^T x$ that balances rewards and trajectory similarity, with solvers such as Simulated Quantum Annealing (SQA) and Simulated Bifurcation (SB) treated as black-box oracles. Empirically, MC+QUBO outperforms vanilla MC in converging to higher-quality policies on finite-horizon GridWorlds, with larger gains in bigger grids, while maintaining practical computation times via cloud-based quantum-inspired resources. This demonstrates the viability of integrating quantum-inspired optimization as a decision-making subroutine inside RL, potentially extending to continuous control and hierarchical or multi-agent settings in future work.
Abstract
Monte Carlo (MC) reinforcement learning suffers from high sample complexity, especially in environments with sparse rewards, large state spaces, and correlated trajectories. We address these limitations by reformulating episode selection as a Quadratic Unconstrained Binary Optimization (QUBO) problem and solving it with quantum-inspired samplers. Our method, MC+QUBO, integrates a combinatorial filtering step into standard MC policy evaluation: from each batch of trajectories, we select a subset that maximizes cumulative reward while promoting state-space coverage. This selection is encoded as a QUBO, where linear terms favor high-reward episodes and quadratic terms penalize redundancy. We explore both Simulated Quantum Annealing (SQA) and Simulated Bifurcation (SB) as black-box solvers within this framework. Experiments in a finite-horizon GridWorld demonstrate that MC+QUBO outperforms vanilla MC in convergence speed and final policy quality, highlighting the potential of quantum-inspired optimization as a decision-making subroutine in reinforcement learning.
