paper-with-me

홈 › Papers

Control-Tutored Reinforcement Learning: an application to the Herding Problem

2019-11-26 · Francesco De Lellis, Fabrizia Auletta, Giovanni Russo, Mario di Bernardo

In this extended abstract we introduce a novel control-tutored Q-learning approach (CTQL) as part of the ongoing effort in developing model-based and safe RL for continuous state spaces. We validate our approach by applying it to a challenging multi-agent herding control problem.

📄 PDF Abstract BibTeX arXiv:1911.11444

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Control-Tutored Reinforcement Learning

2019-12-12 · Francesco De Lellis, Fabrizia Auletta, Giovanni Russo, Piero De Lellis 외

We introduce a control-tutored reinforcement learning (CTRL) algorithm. The idea is to enhance tabular learning algorithms so as to improve the exploration of the state-space, and substantially reduce learning times by l…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Control-Tutored Reinforcement Learning: Towards the Integration of Data-Driven and Model-Based Control

2021-12-11 · F. De Lellis, M. Coraggio, G. Russo, M. Musolesi 외

We present an architecture where a feedback controller derived on an approximate model of the environment assists the learning process to enhance its data efficiency. This architecture, which we term as Control-Tutored Q…

OpenAI GymQ-LearningReinforcement Learning (RL)

Tutoring Reinforcement Learning via Feedback Control

2020-12-12 · Francesco De Lellis, Giovanni Russo, Mario di Bernardo

We introduce a control-tutored reinforcement learning (CTRL) algorithm. The idea is to enhance tabular learning algorithms by means of a control strategy with limited knowledge of the system model. By tutoring the learni…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

CT-DQN: Control-Tutored Deep Reinforcement Learning

2022-12-02 · Francesco De Lellis, Marco Coraggio, Giovanni Russo, Mirco Musolesi 외

One of the major challenges in Deep Reinforcement Learning for control is the need for extensive training to learn the policy. Motivated by this, we present the design of the Control-Tutored Deep Q-Networks (CT-DQN) algo…

Car RacingDeep Reinforcement LearningOpenAI Gymreinforcement-learning+2

Hierarchical Policy-Gradient Reinforcement Learning for Multi-Agent Shepherding Control of Non-Cohesive Targets

2025-04-03 · Stefano Covone, Italo Napolitano, Francesco De Lellis, Mario di Bernardo

We propose a decentralized reinforcement learning solution for multi-agent shepherding of non-cohesive targets using policy-gradient methods. Our architecture integrates target-selection with target-driving through Proxi…

Policy Gradient Methodsreinforcement-learningReinforcement Learning