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
Neuro-nav includes a number of interactive jupyter notebooks. These demonstrate features of the library, as well as serve to reproduce various experiments in the literature.
This notebook provides a basic usage tutorial of both environment types. This is the best place to start for those seeking to understand the features of neuro-nav.
This notebook was made to accompany the CCN 2022 Tutorial "Varieties of Human-like AI." It provides an overview of a number of the algorithms included in Neuro-Nav, and their properties.
Demonstrates how to generate visualizations of the learned representations from agents utilizing a successor representation. These include value maps, successor "place" cells, and successor "grid" cells.
Compares methods for learning representations which display temporal community structure. Utilizes a graph environment with local neighborhood structure.
Compares a distributional and classical TD algorithm on a variable reward magnitude task. The distributional TD algorithm better captures behavior of dopamine neurons.