An Implementation of Recurrent Experience Replay in Distributed Reinforcement Learning (Kapturowski et al. 2019) in PyTorch.
First adjust parameter settings in config.py (number of actors, environment name, etc.).
Then run:
python3 train.py
python3 test.py