RatInABox-Lab / RatInABox

A python package for simulating 2D motion in continuous environment and spatial cell types (e.g. place cell).
MIT License
184 stars 31 forks source link

Vector cells #76

Closed mehulrastogi closed 1 year ago

mehulrastogi commented 1 year ago

This branch addresses the issue discussed in #71 .

This has the following changes:-

A small caveat for the OVCs. Now instead of being randomly assigned to objects. Now one can passed a preferred object type

mehulrastogi commented 1 year ago

@TomGeorge1234 you were right calculating the relative positions of the cells in the display_manifold function does not cause major speed problems. Adopted that now.

So essentially one would be able to change the tuning_distance just by changing this object variable

TomGeorge1234 commented 1 year ago

I like it. More convinced now that this is the most sensible way to do things. Some proposed changes (mostly linguistic):

Optional but not essential

I'll think of more and we can chat tomorrow. Getting there and thanks again for the work!

mehulrastogi commented 1 year ago

Seems like the checks are running now :)