v1.8.0
Bug fixes and implementation of independent head_direction variable for the Agent class which (by default) is a smoothed version of the velocity vector. The head direction is what is used by HeadDirectionCells and BoundaryVectorCells (egocentric) etc. to determine firing rate and smoothing can aid stability of processes which rely heavily on these classes.
What's Changed
- Doc file fix by @SynapticSage in #51
- Possible fix for issue #52 by @SynapticSage in #53
- New RewardCache setting, Verbosity changes, Test functions/scripts by @SynapticSage in #59
- env changes, add_hole etc. by @TomGeorge1234 in #61
- Merge pull request #61 from TomGeorge1234/dev by @TomGeorge1234 in #62
- Moved OVC initialization steps to methods by @colleenjg in #65
- Update FieldOfViewNeurons.py by @Alxec in #67
- TaskEnvironment: option to delay episode terminate by @SynapticSage in #68
- flexible head direction by @mehulrastogi in #72
- fix goal_cache attribute and replenish typos by @kushaangupta in #74
New Contributors
- @Alxec made their first contribution in #67
- @kushaangupta made their first contribution in #74
Full Changelog: v1.7.0...v1.8.0