RatInABox-Lab / RatInABox

A python package for modelling locomotion in complex environments and spatially/velocity selective cell activity.
MIT License
175 stars 31 forks source link

dev --> 1.x #23

Closed TomGeorge1234 closed 1 year ago

TomGeorge1234 commented 1 year ago

Some significant changes and features

import ratinabox as riab
Env = riab.Environment()
Ag = riab.Agent(Env)
PCs = riab.PlaceCells(Ag)