Computational Hardness of Reinforcement Learning with Partial $q^π$-Realizability
Shayan Karimi, Xiaoqi Tan
TL;DR
The work analyzes computational hardness for reinforcement learning under partial $q^{\pi}$-realizability, a regime that lies between $q^*$-realizability and $q^{\pi}$-realizability. It defines two hardness settings—greedy-policy (NP-hard) and softmax-policy (hard under rETH)—and proves these via reductions from $\delta$-Max-3SAT and related variants, showing hardness persists even as the policy class grows beyond the optimal policy. The key technique is constructing polynomial-time MDP reductions that encode SAT instances into linear realizability structures, with explicit feature and weight designs for both greedy and softmax policies. The findings highlight intrinsic computational barriers for RL with linear function approximation in a broad regime and motivate further exploration under additional structural assumptions, such as agnostic RL settings.
Abstract
This paper investigates the computational complexity of reinforcement learning in a novel linear function approximation regime, termed partial $q^π$-realizability. In this framework, the objective is to learn an $ε$-optimal policy with respect to a predefined policy set $Π$, under the assumption that all value functions for policies in $Π$ are linearly realizable. The assumptions of this framework are weaker than those in $q^π$-realizability but stronger than those in $q^*$-realizability, providing a practical model where function approximation naturally arises. We prove that learning an $ε$-optimal policy in this setting is computationally hard. Specifically, we establish NP-hardness under a parameterized greedy policy set (argmax) and show that - unless NP = RP - an exponential lower bound (in feature vector dimension) holds when the policy set contains softmax policies, under the Randomized Exponential Time Hypothesis. Our hardness results mirror those in $q^*$-realizability and suggest computational difficulty persists even when $Π$ is expanded beyond the optimal policy. To establish this, we reduce from two complexity problems, $δ$-Max-3SAT and $δ$-Max-3SAT(b), to instances of GLinear-$κ$-RL (greedy policy) and SLinear-$κ$-RL (softmax policy). Our findings indicate that positive computational results are generally unattainable in partial $q^π$-realizability, in contrast to $q^π$-realizability under a generative access model.
