This repository contains the code for PARSR: Priority-Adjusted Replay for Successor Representations by Barnett and Momennejad (2022).
Implementations of PARSR (and other algorithms), as well as the environments in the paper, can be found in the prioritizedsr/ package.
The experiments can be found in the experiments/ folder, and can be run from within the folder with the run.sh script.
Code for producing the figures in the paper can be found in the paper_plots/ folder.