You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,6 @@ In approximate order of complexity, these include:
11
11
*[paper_figures.ipynb](./paper_figures.ipynb): (Almost) all plots/animations shown in the paper are produced from this script (plus some major formatting done afterwards in powerpoint). [](https://colab.research.google.com/github/TomGeorge1234/RatInABox/blob/dev/demos/paper_figures.ipynb)
12
12
*[decoding_position_example.ipynb](./decoding_position_example.ipynb): Postion is decoded from neural data generated with RatInABox using linear regression. Place cells, grid cell and boundary vector cells are compared. [](https://colab.research.google.com/github/TomGeorge1234/RatInABox/blob/dev/demos/decoding_position_example.ipynb)
13
13
*[reinforcement_learning_example.ipynb](./reinforcement_learning_example.ipynb): RatInABox is use to construct, train and visualise a small two-layer network capable of model free reinforcement learning in order to find a reward hidden behind a wall. [](https://colab.research.google.com/github/TomGeorge1234/RatInABox/blob/dev/demos/reinforcement_learning_example.ipynb)
14
+
*[successor_features_example.ipynb](./successor_features_example.ipynb): RatInABox is use to learn successor features under random and biased motion policies. [](https://colab.research.google.com/github/TomGeorge1234/RatInABox/blob/dev/demos/successor_features_example.ipynb)
14
15
*[path_integration_example.ipynb](./path_integration_example.ipynb): RatInABox is use to construct, train and visualise a large multi-layer network capable of learning a "ring attractor" capable of path integrating a position estimate using only velocity inputs. [](https://colab.research.google.com/github/TomGeorge1234/RatInABox/blob/dev/demos/path_integration_example.ipynb)
0 commit comments