Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 417 Bytes

File metadata and controls

8 lines (6 loc) · 417 Bytes

EP-LHb-model

Network model of EP-LHb circuit

Implements a RNN-DQN model that simulates PID varient or normal Q learning in a mouse operant conditioning task. PID varient is adapted from Bedaywi et al., 2024.

  1. Operant conditioning gym: OperantGym.py
  2. Run Operant-Batch.py to train multiple agents.
  3. Optionally, you can also run Operant-PID.py to train a single agent.