paper-with-me

Papers

Recurrent Control Nets for Deep Reinforcement Learning

2019-01-06 · Vincent Liu, Ademi Adeniji, Nathaniel Lee, Jason Zhao, Mario Srouji

Central Pattern Generators (CPGs) are biological neural circuits capable of producing coordinated rhythmic outputs in the absence of rhythmic input. As a result, they are responsible for most rhythmic motion in living organisms. This rhythmic control is broadly applicable to fields such as locomotive robotics and medical devices. In this paper, we explore the possibility of creating a self-sustaining CPG network for reinforcement learning that learns rhythmic motion more efficiently and across more general environments than the current multilayer perceptron (MLP) baseline models. Recent work introduces the Structured Control Net (SCN), which maintains linear and nonlinear modules for local and global control, respectively. Here, we show that time-sequence architectures such as Recurrent Neural Networks (RNNs) model CPGs effectively. Combining previous work with RNNs and SCNs, we introduce the Recurrent Control Net (RCN), which adds a linear component to the, RCNs match and exceed the performance of baseline MLPs and SCNs across all environment tasks. Our findings confirm existing intuitions for RNNs on reinforcement learning tasks, and demonstrate promise of SCN-like structures in reinforcement learning.

📄 PDF Abstract BibTeX arXiv:1901.01994

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Spatio-Temporal Graph Convolutional Neural Networks for Physics-Aware Grid Learning Algorithms

2022-03-31 · Tong Wu, Ignacio Losada Carreno, Anna Scaglione, Daniel Arnold

This paper proposes a model-free Volt-VAR control (VVC) algorithm via the spatio-temporal graph ConvNet-based deep reinforcement learning (STGCN-DRL) framework, whose goal is to control smart inverters in an unbalanced d…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Tustin neural networks: a class of recurrent nets for adaptive MPC of mechanical systems

2019-11-04 · Simone Pozzoli, Marco Gallieri, Riccardo Scattolini

The use of recurrent neural networks to represent the dynamics of unstable systems is difficult due to the need to properly initialize their internal states, which in most of the cases do not have any physical meaning, c…

Model-based Reinforcement LearningReinforcement Learning

Recurrently Controlling a Recurrent Network with Recurrent Networks Controlled by More Recurrent Networks

2021-01-01 · Yi Tay, Yikang Shen, Alvin Chan, Aston Zhang 외

This paper explores an intriguing idea of recursively parameterizing recurrent nets. Simply speaking, this refers to recurrently controlling a recurrent network with recurrent networks controlled by recurrent networks. T…

Code GenerationInductive BiasMachine TranslationMusic Modeling+2

On learning history based policies for controlling Markov decision processes

2022-11-06 · Gandharv Patil, Aditya Mahajan, Doina Precup

Reinforcementlearning(RL)folkloresuggeststhathistory-basedfunctionapproximationmethods,suchas recurrent neural nets or history-based state abstraction, perform better than their memory-less counterparts, due to the fact …

continuous-controlContinuous Control

CFlowNets: Continuous Control with Generative Flow Networks

2023-03-04 · Yinchuan Li, Shuang Luo, Haozhi Wang, Jianye Hao

Generative flow networks (GFlowNets), as an emerging technique, can be used as an alternative to reinforcement learning for exploratory control tasks. GFlowNet aims to generate distribution proportional to the rewards ov…

Active Learningcontinuous-controlContinuous Controlreinforcement-learning+2