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

no warning (gym & pytorch0.4 warnings) #54

Open mohamad-hasan-sohan-ajini opened 6 years ago

mohamad-hasan-sohan-ajini commented 6 years ago

Hi

I make some small changes to clear all warnings corresponds to torch and gym old versions. I also add tensorboard to tester agent in order to monitor learning process better.