Reinforcement Learning for CPG-Driven Biped Robot

Abstract

Animal's rhythmic movements such as locomotion are considered to be controlled by neural circuits called central pattern generators (CPGs). This article presents a reinforcement learning (RL) method for a CPG controller, which is inspired by the control mechanism of animals. Because the CPG controller is an instance of recurrent neural networks, a naive application of RL involves difficulties. In addition, since state and action spaces of controlled systems are very large in real problems such as robot control, the learning of the value function is also difficult. In this study, we propose a learning scheme for a CPG controller called a CPG-actor-critic model, whose learning algorithm is based on a policy gradient method. We apply our RL method to autonomous acquisition of biped locomotion by a biped robot simulator. Computer simulations show our method is able to train a CPG controller such that the learning process is stable.

Cite

Text

Mori et al. "Reinforcement Learning for CPG-Driven Biped Robot." AAAI Conference on Artificial Intelligence, 2004.

Markdown

[Mori et al. "Reinforcement Learning for CPG-Driven Biped Robot." AAAI Conference on Artificial Intelligence, 2004.](https://mlanthology.org/aaai/2004/mori2004aaai-reinforcement/)

BibTeX

@inproceedings{mori2004aaai-reinforcement,
  title     = {{Reinforcement Learning for CPG-Driven Biped Robot}},
  author    = {Mori, Takeshi and Nakamura, Yutaka and Sato, Masa-aki and Ishii, Shin},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2004},
  pages     = {623-630},
  url       = {https://mlanthology.org/aaai/2004/mori2004aaai-reinforcement/}
}