Recurrent Control Nets for Deep Reinforcement Learning
Vincent Liu, Ademi Adeniji, Nathaniel Lee, Jason Zhao, Mario Srouji

TL;DR
This paper introduces Recurrent Control Nets (RCNs), combining RNNs and Structured Control Nets to produce rhythmic motion efficiently in reinforcement learning, outperforming traditional MLP baselines.
Contribution
The paper proposes RCNs, a novel architecture that integrates RNNs with structured control modules, enhancing rhythmic motion learning in reinforcement learning environments.
Findings
RCNs match or outperform MLPs and SCNs in various tasks.
RNNs effectively model biological CPGs in reinforcement learning.
SCN-like structures show promise in RL applications.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Neural Networks and Reservoir Computing · Neural dynamics and brain function
