Skip to content
/ hcRL Public

Code and data for paper 'Hippocampal networks support reinforcement learning in partially observable environments'.

Notifications You must be signed in to change notification settings

neuralml/hcRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hcRL

Code and data for paper 'Hippocampal networks support reinforcement learning in partially observable environments'.

Requirements

This repository depends on the following frameworks:

  • WeightAndBiases: a tool for tracking and visualizing machine learning experiments.
  • Hydra: a framework for managing complex applications, with support for configuration, logging, and more.

Create a Conda environment and install dependencies

conda env create -n hcRL
conda activate hcRL

Instructions

To train hcDQN run

python test.py agent=dqn seed=1 experiment=exp use_wandb=true

To train hcDRQN run

python test.py agent=drqn seed=1 experiment=exp use_wandb=true

About

Code and data for paper 'Hippocampal networks support reinforcement learning in partially observable environments'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages