NVlabs / GA3C

Hybrid CPU/GPU implementation of the A3C algorithm for deep reinforcement learning.
BSD 3-Clause "New" or "Revised" License
652 stars 195 forks source link

fix the non-exiting bug due to deadlock (#4) #28

Closed hma02 closed 7 years ago

hma02 commented 7 years ago

This PR is an attempt to fix the non-exiting bug due to some deadlocks with queue.get() at the end of training.