jiajiexiao / RL_BrainMaturation

A Python library for studying brain maturation via reinforcement learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement learning for Brain Maturation Modeling

This repo aims to establish a reinforcement learning (RL) framework to model brain maturation process.

Relevant projects can be found in the following links: RNN_BrainMaturation, Multitask and Short-term-plasticity-RNN.

More details and updates are coming -- Jiajie Xiao.

Installation

  1. Clone RL_brainMaturation repository
git clone https://github.com/jiajiexiao/RL_BrainMaturation.git
cd RL_BrainMaturation/
  1. Install in development mode

Install in “develop” or “editable” mode:

python setup.py develop

or

pip install -e ./
  1. Usage
import rlbrainmaturation
from rlbrainmaturation.tasks.task import Task, Instruction
from rlbrainmaturation.tasks.odr import ODR
from rlbrainmaturation.envs.environment import Environment
...

About

A Python library for studying brain maturation via reinforcement learning

License:MIT License


Languages

Language:Jupyter Notebook 78.6%Language:Python 21.4%