paper-with-me

Papers

Intelligent Trainer for Model-Based Reinforcement Learning

2018-05-24 · Yuanlong Li, Linsen Dong, Xin Zhou, Yonggang Wen, Kyle Guan

Model-based reinforcement learning (MBRL) has been proposed as a promising alternative solution to tackle the high sampling cost challenge in the canonical reinforcement learning (RL), by leveraging a learned model to generate synthesized data for policy training purpose. The MBRL framework, nevertheless, is inherently limited by the convoluted process of jointly learning control policy and configuring hyper-parameters (e.g., global/local models, real and synthesized data, etc). The training process could be tedious and prohibitively costly. In this research, we propose an "reinforcement on reinforcement" (RoR) architecture to decompose the convoluted tasks into two layers of reinforcement learning. The inner layer is the canonical model-based RL training process environment (TPE), which learns the control policy for the underlying system and exposes interfaces to access states, actions and rewards. The outer layer presents an RL agent, called as AI trainer, to learn an optimal hyper-parameter configuration for the inner TPE. This decomposition approach provides a desirable flexibility to implement different trainer designs, called as "train the trainer". In our research, we propose and optimize two alternative trainer designs: 1) a uni-head trainer and 2) a multi-head trainer. Our proposed RoR framework is evaluated for five tasks in the OpenAI gym (i.e., Pendulum, Mountain Car, Reacher, Half Cheetah and Swimmer). Compared to three other baseline algorithms, our proposed Train-the-Trainer algorithm has a competitive performance in auto-tuning capability, with upto 56% expected sampling cost saving without knowing the best parameter setting in advance. The proposed trainer framework can be easily extended to other cases in which the hyper-parameter tuning is costly.

📄 PDF Abstract BibTeX arXiv:1805.09496

Code (1)

https://bitbucket.org/RLinRL/intelligenttrainerpublic 공식 구현 tf

Tasks

modelModel-based Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

RILe: Reinforced Imitation Learning

2024-06-12 · Mert Albaba, Sammy Christen, Thomas Langarek, Christoph Gebhardt 외

Acquiring complex behaviors is essential for artificially intelligent agents, yet learning these behaviors in high-dimensional settings poses a significant challenge due to the vast search space. Traditional reinforcemen…

Computational EfficiencyImitation Learningreinforcement-learningReinforcement Learning+1

Multi-trainer Interactive Reinforcement Learning System

2022-10-14 · Zhaori Guo, Timothy J. Norman, Enrico H. Gerding

Interactive reinforcement learning can effectively facilitate the agent training via human feedback. However, such methods often require the human teacher to know what is the correct action that the agent should take. In…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

DRL: Deep Reinforcement Learning for Intelligent Robot Control -- Concept, Literature, and Future

2021-04-20 · Aras Dargazany

Combination of machine learning (for generating machine intelligence), computer vision (for better environment perception), and robotic systems (for controlled environment interaction) motivates this work toward proposin…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Reinforcement Learning with Feedback from Multiple Humans with Diverse Skills

2021-11-16 · Taku Yamagata, Ryan McConville, Raul Santos-Rodriguez

A promising approach to improve the robustness and exploration in Reinforcement Learning is collecting human feedback and that way incorporating prior knowledge of the target environment. It is, however, often too expens…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Persistent Rule-based Interactive Reinforcement Learning

2021-02-04 · Adam Bignold, Francisco Cruz, Richard Dazeley, Peter Vamplew 외

Interactive reinforcement learning has allowed speeding up the learning process in autonomous agents by including a human trainer providing extra information to the agent in real-time. Current interactive reinforcement l…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)