Inspired by Aachille et al. 2018, we implement a simple continual learning framework with variational autoencoders and generative replay, where new environments are detected using the atypicality score of the latents, where atypicality is given by:
{% raw %}
- Clone this repository
- Within the cloned repository, run
pip install -e .
The primary experiment(s) are run in 03a_experiments.cult_experiments.ipynb
Results are visualized in 04_visualize_data.ipynb
This repository uses nbdev. As a result, there are some superflous files for unused functionality.