DeepRL-Agents icon indicating copy to clipboard operation
DeepRL-Agents copied to clipboard

A3C-Doom, is threading can make real parallelism?

Open GoingMyWay opened this issue 7 years ago • 0 comments

Hi, your repo is very helpful for me to learn RL in action. In A3C-Doom.ipynb, I found the code spawns multi-threads to train the model, in Python threading cannot make real parallelism due to GIL, and here is threading can make the A3C model running in parallel?

GoingMyWay avatar Aug 02 '18 02:08 GoingMyWay