awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.23k stars 825 forks source link

apply_gradients need a lock? #67

Open michelliming opened 6 years ago

michelliming commented 6 years ago

A3C is multithread code and does it need a lock while excuting function apply_gradients?