DeepRL-Agents
DeepRL-Agents copied to clipboard
A3C-Doom, is threading can make real parallelism?
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?