Switch to unified view

a b/docs/_docs/nips2019/controller1.md
1
---
2
title: Controller 1
3
---
4
5
<script type="text/javascript"
6
    src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
7
</script>
8
9
We provide a controller adapted from [Song and Geyer, 2015](https://physoc-onlinelibrary-wiley-com.stanford.idm.oclc.org/doi/full/10.1113/JP270228).
10
The controller consists of physiologically plausible reflex circuits and shows that a fairly simple network can generate diverse locomotion behaviors.
11
In addition, one can use the model for imitation learning or for training a hierarchical control network.
12
An example code *./examples/sim_L2M2019_controller.py* runs the controller for a 2D human model.
13
14
15
If you use the controller in your research, you can cite it as follows:
16
17
    @article{song2015neural,
18
      title={A neural circuitry that emphasizes spinal feedback generates diverse behaviours of human locomotion},
19
      author={Song, Seungmoon and Geyer, Hartmut},
20
      journal={The Journal of physiology},
21
      volume={593},
22
      number={16},
23
      pages={3493--3511},
24
      year={2015},
25
      publisher={Wiley Online Library}
26
    }