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

Can you provide the python, pytorch, numpy and other versions used in the project? #77

Open LongLongLongWayToGo opened 2 years ago

LongLongLongWayToGo commented 2 years ago

I cloned this project on unbuntu, but there were a lot of problems when I tried to run the code. Could you please provide python version, pytorch version, numpy version and other versions used in the project?