You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: