This repository supports: https://www.overleaf.com/read/xptjvhsmcxph#3a4180
This file has the main code for running the training and saving the model, training data and plot.
This file contains the worker and global class. Each worker,
The agent models that are used are stored in this file.
This file contains the custom environments used in the experiments. This mainly includes an altered CartPole class, which allows for more customizability for debugging. This includes the option to reset the CartPole to a fixed state, changing the timestep easily,...
The methods to perform basic evaluation of the models, are presented here. This includes a noise analysis function, the pruning algorihm and the average reward pipeline.
A custom implementation of the fastsigmoid surrogate function was required to allow for the pickling of the SNN based agents for parallelization.