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

Agent vector cells #88

Closed TomGeorge1234 closed 11 months ago

TomGeorge1234 commented 11 months ago

Hi @mehulrastogi when you get a chance can you push Agent vector cells as I want to make a figure to showcase them in the paper!

Few comments: These will need to be Agent selective (not sure how you've done this right now), Agents have names which I guess could be used to specify which Agent the cells select for but I don't think these names are unique. We might need to give Agents a new Agent.number attribute which is guaranteed to be unique amongst all Agents in the same Environment.

mehulrastogi commented 11 months ago

yes, I have an agent_lookup code using the agent names (which need to be unique for each agent). I will add having an idx for the agent.