ikostrikov / pytorch-a3c

PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
MIT License
1.23k stars 279 forks source link

Renamed args.tau to args.gae_lambda #61

Closed beduffy closed 5 years ago

beduffy commented 5 years ago

tau was copied from openAI universe starter agent but lambda is the typical term for the GAE parameter Fixed typo