Skip to content

This code uses reinforcement learning to simulate spiking activity in real biological networks.

Notifications You must be signed in to change notification settings

kuntalg97/Reinforcement-learning-biological-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code implements an agent–environment framework in which a reward function is used to model firing (spiking) activity inspired by real biological neural networks. Experimental data obtained dynamically from in vitro neuronal cultures (culture dishes) are incorporated into the environment. Based on a custom-designed reward function, the agent modulates simulated firing activity. We evaluated a clockwise-streak reward function using both Deep Q-learning and multi-armed bandit (MAB) approaches. In these tests, Deep Q-learning achieved higher cumulative rewards than the bandit-based methods.

This is part of the "AI in Science" hackathon at UChicago, 2025.

About

This code uses reinforcement learning to simulate spiking activity in real biological networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages