paper-with-me

Papers

Synchronous vs Asynchronous Reinforcement Learning in a Real World Robot

2025-03-17 · Ali Parsaee, Fahim Shahriar, Chuxin He, Ruiqing Tan

In recent times, reinforcement learning (RL) with physical robots has attracted the attention of a wide range of researchers. However, state-of-the-art RL algorithms do not consider that physical environments do not wait for the RL agent to make decisions or updates. RL agents learn by periodically conducting computationally expensive gradient updates. When decision-making and gradient update tasks are carried out sequentially by the RL agent in a physical robot, it significantly increases the agent's response time. In a rapidly changing environment, this increased response time may be detrimental to the performance of the learning agent. Asynchronous RL methods, which separate the computation of decision-making and gradient updates, are a potential solution to this problem. However, only a few comparisons between asynchronous and synchronous RL have been made with physical robots. For this reason, the exact performance benefits of using asynchronous RL methods over synchronous RL methods are still unclear. In this study, we provide a performance comparison between asynchronous and synchronous RL using a physical robotic arm called Franka Emika Panda. Our experiments show that the agents learn faster and attain significantly more returns using asynchronous RL. Our experiments also demonstrate that the learning agent with a faster response time performs better than the agent with a slower response time, even if the agent with a slower response time performs a higher number of gradient updates.

📄 PDF Abstract BibTeX arXiv:2503.14554

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Asynchronous Reinforcement Learning for Real-Time Control of Physical Robots

2022-03-23 · Yufeng Yuan, A. Rupam Mahmood

An oft-ignored challenge of real-world reinforcement learning is that the real world does not pause when agents make learning updates. As standard simulated environments do not address this real-time aspect of learning, …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Collective Robot Reinforcement Learning with Distributed Asynchronous Guided Policy Search

2016-10-03 · Ali Yahya, Adrian Li, Mrinal Kalakrishnan, Yevgen Chebotar 외

In principle, reinforcement learning and policy search methods can enable robots to learn highly complex and general skills that may allow them to function amid the complexity and diversity of the real world. However, tr…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Asynchronous Multi-Agent Reinforcement Learning for Efficient Real-Time Multi-Robot Cooperative Exploration

2023-01-09 · Chao Yu, Xinyi Yang, Jiaxuan Gao, Jiayu Chen 외

We consider the problem of cooperative exploration where multiple robots need to cooperatively explore an unknown region as fast as possible. Multi-agent reinforcement learning (MARL) has recently become a trending parad…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Asynchronous Methods for Model-Based Reinforcement Learning

2019-10-28 · Yunzhi Zhang, Ignasi Clavera, Boren Tsai, Pieter Abbeel

Significant progress has been made in the area of model-based reinforcement learning. State-of-the-art algorithms are now able to match the asymptotic performance of model-free methods while being significantly more data…

modelModel-based Reinforcement LearningMuJoCoreinforcement-learning+2

Macro-Action-Based Multi-Agent/Robot Deep Reinforcement Learning under Partial Observability

2022-09-20 · Yuchen Xiao

The state-of-the-art multi-agent reinforcement learning (MARL) methods have provided promising solutions to a variety of complex problems. Yet, these methods all assume that agents perform synchronized primitive-action e…

Decision MakingDecision Making Under UncertaintyDeep Reinforcement LearningMulti-agent Reinforcement Learning+2