TianhongDai / reinforcement-learning-algorithms

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
664 stars 109 forks source link

A3C in description #5

Closed GittiHab closed 4 years ago

GittiHab commented 4 years ago

Hi, just wanted to point out that it says "A3C" in the repo description instead of "A2C" (which is actually implemented).

TianhongDai commented 4 years ago

@GittiHab Hi, Thanks for your suggestions, have revised it already.