Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 652 Bytes

RL-CTRNN

Reinforcement Learning-like rule for Continuous Time Recurrent Neural Networks (CTRNN)

Project Structure

rl_ctrnn
├── data  # saved high-performing networks and perturbations
│  └── ...
├── tests  # tests to make sure calculated values are consistent
│  └── ...
├── vis  # code to generate visuals (and possibly keep them as well)
│  └── ...
├── {cooper/jason/eduardo}  # personal directories for run-scripts
│  ├── tests  # tests specific to personal files (optional)
│  └── ...
├── LICENSE
├── Makefile
├── README.md
└── requirements.txt