Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 539 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 539 Bytes

R2D2 (Recurrent Experience Replay in Distributed Reinforcement Learning)

introduction

An Implementation of Recurrent Experience Replay in Distributed Reinforcement Learning (Kapturowski et al. 2019) in PyTorch.

Training

First adjust parameter settings in config.py (number of actors, environment name, etc.).

Then run:

python3 train.py

Testing

python3 test.py

Result

The code was trained and tested in Atari game 'MsPacmac' image