Neuroscience task environment for neural network model training
Top 91.4% on sourcepulse
NeuroGym provides a curated collection of neuroscience-specific tasks with a unified interface, designed to simplify the training of neural network models on behavioral paradigms relevant to neuroscience research. It builds upon the Gymnasium (formerly OpenAI Gym) framework, enabling seamless integration with existing machine learning algorithms.
How It Works
NeuroGym inherits from Gymnasium, allowing it to leverage a wide array of established machine learning algorithms. It extends this by incorporating features crucial for neuroscience, such as continuous-time and trial-based task structures. The library also includes modifier functions and wrappers that facilitate easy configuration and adaptation of tasks, such as introducing reaction time elements or enabling simultaneous training on multiple tasks.
Quick Start & Requirements
pip install neurogym
git clone https://github.com/neurogym/neurogym.git && cd neurogym && pip install -e .
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 week ago
Inactive