paper-with-me

홈 › Papers

The Role of Time Delay in Sim2real Transfer of Reinforcement Learning for Cyber-Physical Systems

2022-09-30 · Mohamad Chehadeh, Igor Boiko, Yahya Zweiri

This paper analyzes the simulation to reality gap in reinforcement learning (RL) cyber-physical systems with fractional delays (i.e. delays that are non-integer multiple of the sampling period). The consideration of fractional delay has important implications on the nature of the cyber-physical system considered. Systems with delays are non-Markovian, and the system state vector needs to be extended to make the system Markovian. We show that this is not possible when the delay is in the output, and the problem would always be non-Markovian. Based on this analysis, a sampling scheme is proposed that results in efficient RL training and agents that perform well in realistic multirotor unmanned aerial vehicle simulations. We demonstrate that the resultant agents do not produce excessive oscillations, which is not the case with RL agents that do not consider time delay in the model.

📄 PDF Abstract BibTeX arXiv:2209.15216

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

DiAReL: Reinforcement Learning with Disturbance Awareness for Robust Sim2Real Policy Transfer in Robot Control

2023-06-15 · Mohammadhossein Malmir, Josip Josifovski, Noah Klarmann, Alois Knoll

Delayed Markov decision processes fulfill the Markov property by augmenting the state space of agents with a finite time window of recently committed actions. In reliance with these state augmentations, delay-resolved re…

reinforcement-learningReinforcement Learning

Delay-Aware Model-Based Reinforcement Learning for Continuous Control

2020-05-11 · Baiming Chen, Mengdi Xu, Liang Li, Ding Zhao

Action delays degrade the performance of reinforcement learning in many real-world systems. This paper proposes a formal definition of delay-aware Markov Decision Process and proves it can be transformed into standard MD…

continuous-controlContinuous ControlModel-based Reinforcement LearningMuJoCo+3

Visual CPG-RL: Learning Central Pattern Generators for Visually-Guided Quadruped Locomotion

2022-12-29 · Guillaume Bellegarda, Milad Shafiee, Auke Ijspeert

We present a framework for learning visually-guided quadruped locomotion by integrating exteroceptive sensing and central pattern generators (CPGs), i.e. systems of coupled oscillators, into the deep reinforcement learni…

Deep Reinforcement Learning

Lifelong Learning for Fog Load Balancing: A Transfer Learning Approach

2023-10-08 · Maad Ebrahim, Abdelhakim Senhaji Hafid, Mohamed Riduan Abid

Fog computing emerged as a promising paradigm to address the challenges of processing and managing data generated by the Internet of Things (IoT). Load balancing (LB) plays a crucial role in Fog computing environments to…

Lifelong learningReinforcement Learning (RL)Transfer Learning

Finding the Time to Think: Learning Planning Budgets in Real-Time RL

2026-06-24 · Aneesh Muppidi, Firas Darwish, Dylan Cope, João F. Henriques 외 arxiv

Deliberating takes time. In real-time settings, that time is not free. Standard reinforcement learning (RL) sidesteps this as the environment waits indefinitely for the agent's decision. Instead, we study real-time RL en…

Reinforcement Learning