LGGTMASYNov 28, 2022

Provably Efficient Model-free RL in Leader-Follower MDP with Linear Function Approximation

arXiv:2211.15792v22 citationsh-index: 19
Originality Incremental advance
AI Analysis

This provides a provably efficient solution for multi-agent reinforcement learning in applications like smart grids and security, though it is incremental as it adapts existing methods to a specific setup.

The paper tackles the problem of learning policies for leader-follower Markov decision processes with linear function approximation under bandit feedback, achieving a regret bound of $ ilde{\mathcal{O}}(\sqrt{d^3H^3T})$ for both players, which holds even with infinite states.

We consider a multi-agent episodic MDP setup where an agent (leader) takes action at each step of the episode followed by another agent (follower). The state evolution and rewards depend on the joint action pair of the leader and the follower. Such type of interactions can find applications in many domains such as smart grids, mechanism design, security, and policymaking. We are interested in how to learn policies for both the players with provable performance guarantee under a bandit feedback setting. We focus on a setup where both the leader and followers are {\em non-myopic}, i.e., they both seek to maximize their rewards over the entire episode and consider a linear MDP which can model continuous state-space which is very common in many RL applications. We propose a {\em model-free} RL algorithm and show that $\tilde{\mathcal{O}}(\sqrt{d^3H^3T})$ regret bounds can be achieved for both the leader and the follower, where $d$ is the dimension of the feature mapping, $H$ is the length of the episode, and $T$ is the total number of steps under the bandit feedback information setup. Thus, our result holds even when the number of states becomes infinite. The algorithm relies on {\em novel} adaptation of the LSVI-UCB algorithm. Specifically, we replace the standard greedy policy (as the best response) with the soft-max policy for both the leader and the follower. This turns out to be key in establishing uniform concentration bound for the value functions. To the best of our knowledge, this is the first sub-linear regret bound guarantee for the Markov games with non-myopic followers with function approximation.

Foundations

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

Your Notes