|
a |
|
b/docs/source/index.rst |
|
|
1 |
Welcome to 𝜂𝜇Sim's documentation! |
|
|
2 |
=================================== |
|
|
3 |
|
|
|
4 |
**𝜂𝜇Sim** is a methodology for predicting motor related |
|
|
5 |
neural activity using recurrent neural newtorks (RNNs) and |
|
|
6 |
complex musculoskeletal systems. This repo contains code to train |
|
|
7 |
multiple musculoskeletal systems using deep reinforcement learning (DRL) |
|
|
8 |
and RNNs in order to capture the underlying dynamics used by the motor cortex |
|
|
9 |
to generate movement. We provide a system to properly instantiate musculoskeletal |
|
|
10 |
models using Mujoco and train them to reproduce experimentally recorded kinematics. |
|
|
11 |
We additionally implement several statistical tests to compare trained the RNN's |
|
|
12 |
activity with user's provided experimental neural data to compare their representations. |
|
|
13 |
|
|
|
14 |
Check out the :doc:`installation` section to install necessary requirements, and :ref:`usage` |
|
|
15 |
for setting up, traininig, and evaluating the resulting DRL algorithm. |
|
|
16 |
|
|
|
17 |
.. note:: |
|
|
18 |
|
|
|
19 |
This project is under active development. |
|
|
20 |
|
|
|
21 |
Contents |
|
|
22 |
-------- |
|
|
23 |
|
|
|
24 |
.. toctree:: |
|
|
25 |
|
|
|
26 |
installation |
|
|
27 |
usage |