Skip to content

Commit

Permalink
comment to clarify max_fr of bvcs overshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGeorge1234 committed Mar 28, 2024
1 parent cfb7acd commit 0eaa414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ratinabox/Neurons.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,8 @@ class BoundaryVectorCells(VectorCells):
"n": 10,
"name": "BoundaryVectorCells",
"dtheta": 2, #angular resolution in degrees used for integration over all angles (smaller is more accurate but slower)
"max_fr":1.0, # note the max_fr of a BVC is environment-dependent so is epirically estimated at initialisation by calculating the firing rate at all points in the environment, this can lead to small overshoots (see issue #110 for discussion)
"min_fr":0.0,
}

def __init__(self, Agent, params={}):
Expand Down

0 comments on commit 0eaa414

Please sign in to comment.