Switch to unified view

a b/docs/_docs/nips2019/experimental.md
1
---
2
title: Experimental data
3
---
4
5
You can use experimental data to bootstrap the algorithm.
6
Example running and walking kinematics can be found in many publicly available papers.
7
Here, we provide some example data.
8
9
[Joint angles](https://s3.amazonaws.com/osim-rl/data/schwartz2008data/joint_angles.txt) and [EMG signals](https://s3.amazonaws.com/osim-rl/data/schwartz2008data/emg.txt) for very slow, slow, free, fast, and very fast walking from:
10
11
    @article{schwartz2008effect,
12
      title={The effect of walking speed on the gait of typically developing children},
13
      author={Schwartz, Michael H and Rozumalski, Adam and Trost, Joyce P},
14
      journal={Journal of biomechanics},
15
      volume={41},
16
      number={8},
17
      pages={1639--1650},
18
      year={2008},
19
      publisher={Elsevier}
20
    }
21
22
[Running dataset](https://simtk.org/projects/nmbl_running) from:
23
24
    @article{hamner2013muscle,
25
      title={Muscle contributions to fore-aft and vertical body mass center accelerations over a range of running speeds},
26
      author={Hamner, Samuel R and Delp, Scott L},
27
      journal={Journal of biomechanics},
28
      volume={46},
29
      number={4},
30
      pages={780--787},
31
      year={2013},
32
      publisher={Elsevier}
33
    }
34
35
[Walking dataset](https://simtk.org/projects/muscleprops) under normal condition and when distubed:
36
37
    @article{john2013stabilisation,
38
      title={Stabilisation of walking by intrinsic muscle properties revealed in a three-dimensional muscle-driven simulation},
39
      author={John, Chand T and Anderson, Frank C and Higginson, Jill S and Delp, Scott L},
40
      journal={Computer methods in biomechanics and biomedical engineering},
41
      volume={16},
42
      number={4},
43
      pages={451--462},
44
      year={2013},
45
      publisher={Taylor \& Francis}
46
    }