AAsynchronous Advantage Actor-Critic in PyTorch
github.com ↗This is PyTorch implementation of A3C as described in Asynchronous Methods for Deep Reinforcement Learning. Since PyTorch has a easy method to control shared memory within multiprocess, we can easily implement asynchronous method like A3C.
READMEView on GitHub ↗