Control-Tutored Reinforcement Learning: Towards the Integration of Data-Driven and Model-Based Control
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-learning (CTQL), is presented in two alternative flavours. The former is based on defining the reward function so that a Boolean condition can be used to determine when the control tutor policy is adopted, while the latter, termed as probabilistic CTQL (pCTQL), is instead based on executing calls to the tutor with a certain probability during learning. Both approaches are validated, and thoroughly benchmarked against Q-Learning, by considering the stabilization of an inverted pendulum as defined in OpenAI Gym as a representative problem.
Code (0)
등록된 구현이 없습니다.
Tasks
OpenAI GymQ-LearningReinforcement Learning (RL)Methods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Control-Tutored Reinforcement Learning: an application to the Herding Problem
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 apply…
Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Control-Tutored Reinforcement Learning
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)CT-DQN: Control-Tutored Deep Reinforcement Learning
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+2Tutoring Reinforcement Learning via Feedback Control
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)A modular framework for stabilizing deep reinforcement learning control
We propose a framework for the design of feedback controllers that combines the optimization-driven and model-free advantages of deep reinforcement learning with the stability guarantees provided by using the Youla-Kucer…
Deep Reinforcement Learningreinforcement-learningReinforcement Learning