paper-with-me

Papers

Distributed Policy Evaluation Under Multiple Behavior Strategies

2013-12-30 · Sergio Valcarcel Macua, Jianshu Chen, Santiago Zazo, Ali H. Sayed

We apply diffusion strategies to develop a fully-distributed cooperative reinforcement learning algorithm in which agents in a network communicate only with their immediate neighbors to improve predictions about their environment. The algorithm can also be applied to off-policy learning, meaning that the agents can predict the response to a behavior different from the actual policies they are following. The proposed distributed strategy is efficient, with linear complexity in both computation time and memory footprint. We provide a mean-square-error performance analysis and establish convergence under constant step-size updates, which endow the network with continuous learning capabilities. The results show a clear gain from cooperation: when the individual agents can estimate the solution, cooperation increases stability and reduces bias and variance of the prediction error; but, more importantly, the network is able to approach the optimal solution even when none of the individual agents can (e.g., when the individual behavior policies restrict each agent to sample a small portion of the state space).

📄 PDF Abstract BibTeX arXiv:1312.7606

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

A Multi-Agent, Policy-Gradient approach to Network Routing

2025-12-02 · Nigel Tao, Jonathan Baxter, Lex Weaver arxiv

Network routing is a distributed decision problem which naturally admits numerical performance measures, such as the average time for a packet to travel from source to destination. OLPOMDP, a policy-gradient reinforcemen…

Reinforcement Learning

Off-Policy Evaluation of Bandit Algorithm from Dependent Samples under Batch Update Policy

2020-10-23 · Masahiro Kato, Yusuke Kaneko

The goal of off-policy evaluation (OPE) is to evaluate a new policy using historical data obtained via a behavior policy. However, because the contextual bandit algorithm updates the policy based on past observations, th…

Off-policy evaluation

Confidence Interval for Off-Policy Evaluation from Dependent Samples via Bandit Algorithm: Approach from Standardized Martingales

2020-06-12 · Masahiro Kato

This study addresses the problem of off-policy evaluation (OPE) from dependent samples obtained via the bandit algorithm. The goal of OPE is to evaluate a new policy using historical data obtained from behavior policies …

Off-policy evaluation

A Multi-Agent Off-Policy Actor-Critic Algorithm for Distributed Reinforcement Learning

2019-03-15 · Wesley Suttle, Zhuoran Yang, Kaiqing Zhang, Zhaoran Wang 외

This paper extends off-policy reinforcement learning to the multi-agent case in which a set of networked agents communicating with their neighbors according to a time-varying graph collaboratively evaluates and improves …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Efficient Multi-Policy Evaluation for Reinforcement Learning

2024-08-16 · Shuze Daniel Liu, Claire Chen, Shangtong Zhang

To unbiasedly evaluate multiple target policies, the dominant approach among RL practitioners is to run and evaluate each target policy separately. However, this evaluation method is far from efficient because samples ar…

reinforcement-learningReinforcement Learning