paper-with-me

홈 › Papers

Rethinking Model-based, Policy-based, and Value-based Reinforcement Learning via the Lens of Representation Complexity

2023-12-28 · Guhao Feng, Han Zhong

Reinforcement Learning (RL) encompasses diverse paradigms, including model-based RL, policy-based RL, and value-based RL, each tailored to approximate the model, optimal policy, and optimal value function, respectively. This work investigates the potential hierarchy of representation complexity -- the complexity of functions to be represented -- among these RL paradigms. We first demonstrate that, for a broad class of Markov decision processes (MDPs), the model can be represented by constant-depth circuits with polynomial size or Multi-Layer Perceptrons (MLPs) with constant layers and polynomial hidden dimension. However, the representation of the optimal policy and optimal value proves to be $\mathsf{NP}$-complete and unattainable by constant-layer MLPs with polynomial size. This demonstrates a significant representation complexity gap between model-based RL and model-free RL, which includes policy-based RL and value-based RL. To further explore the representation complexity hierarchy between policy-based RL and value-based RL, we introduce another general class of MDPs where both the model and optimal policy can be represented by constant-depth circuits with polynomial size or constant-layer MLPs with polynomial size. In contrast, representing the optimal value is $\mathsf{P}$-complete and intractable via a constant-layer MLP with polynomial hidden dimension. This accentuates the intricate representation complexity associated with value-based RL compared to policy-based RL. In summary, we unveil a potential representation complexity hierarchy within RL -- representing the model emerges as the easiest task, followed by the optimal policy, while representing the optimal value function presents the most intricate challenge.

📄 PDF Abstract BibTeX arXiv:2312.17248

Code (1)

guhfeng/rl-representation-complexity 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Rethinking Deep Policy Gradients via State-Wise Policy Improvement

2020-10-19 · NeurIPS Workshop ICBINB 2020 12 · Kai-Chun Hu, Ping-Chun Hsieh, Ting Han Wei, I-Chen Wu

Deep policy gradient is one of the major frameworks in reinforcement learning, and it has been shown to improve parameterized policies across various tasks and environments. However, recent studies show that the key comp…

Policy Gradient MethodsValue prediction

What About Taking Policy as Input of Value Function: Policy-extended Value Function Approximator

2020-09-28 · Hongyao Tang, Zhaopeng Meng, Jianye Hao, Chen Chen 외

The value function lies in the heart of Reinforcement Learning (RL), which defines the long-term evaluation of a policy in a given state. In this paper, we propose Policy-extended Value Function Approximator (PeVFA) whic…

continuous-controlContinuous ControlContrastive LearningMuJoCo+2

What About Inputing Policy in Value Function: Policy Representation and Policy-extended Value Function Approximator

2020-10-19 · NeurIPS 2021 12 · Hongyao Tang, Zhaopeng Meng, Jianye Hao, Chen Chen 외

We study Policy-extended Value Function Approximator (PeVFA) in Reinforcement Learning (RL), which extends conventional value function approximator (VFA) to take as input not only the state (and action) but also an expli…

continuous-controlContinuous ControlContrastive LearningOpenAI Gym+2

Rethinking Reward Model Evaluation Through the Lens of Reward Overoptimization

2025-05-19 · Sunghwan Kim, Dongjin Kang, Taeyoon Kwon, Hyungjoo Chae 외

Reward models (RMs) play a crucial role in reinforcement learning from human feedback (RLHF), aligning model behavior with human preferences. However, existing benchmarks for reward models show a weak correlation with th…

Rethinking Supervised Learning and Reinforcement Learning in Task-Oriented Dialogue Systems

2020-09-21 · Findings of the Association for Computational Linguistics 2020 · Ziming Li, Julia Kiseleva, Maarten de Rijke

Dialogue policy learning for task-oriented dialogue systems has enjoyed great progress recently mostly through employing reinforcement learning methods. However, these approaches have become very sophisticated. It is tim…

DecoderMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONreinforcement-learning+3