MLLGDec 27, 2022

Model-Based Reinforcement Learning with Multinomial Logistic Function Approximation

arXiv:2212.13540v214 citationsh-index: 12
Originality Highly original
AI Analysis

This provides a provably efficient algorithm for a more general transition model in RL, addressing a restrictive gap in understanding for researchers in reinforcement learning theory.

The paper tackles model-based reinforcement learning for Markov decision processes with transition probabilities modeled by a multinomial logistic function, proposing an upper confidence bound-based algorithm that achieves a regret bound of Õ(d√(H³T)) and demonstrates superior practical performance compared to existing methods.

We study model-based reinforcement learning (RL) for episodic Markov decision processes (MDP) whose transition probability is parametrized by an unknown transition core with features of state and action. Despite much recent progress in analyzing algorithms in the linear MDP setting, the understanding of more general transition models is very restrictive. In this paper, we establish a provably efficient RL algorithm for the MDP whose state transition is given by a multinomial logistic model. To balance the exploration-exploitation trade-off, we propose an upper confidence bound-based algorithm. We show that our proposed algorithm achieves $\tilde{O}(d \sqrt{H^3 T})$ regret bound where $d$ is the dimension of the transition core, $H$ is the horizon, and $T$ is the total number of steps. To the best of our knowledge, this is the first model-based RL algorithm with multinomial logistic function approximation with provable guarantees. We also comprehensively evaluate our proposed algorithm numerically and show that it consistently outperforms the existing methods, hence achieving both provable efficiency and practical superior performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes