NVlabs / GA3C

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

server.py is adding 'trainer' instead of removing it at the end of training. #2

Closed ieow closed 7 years ago

ieow commented 7 years ago

in File server.py, line 131: while self.trainers: self.add_trainer()

Should it be self.remove_trainer() ?

ifrosio commented 7 years ago

Fixed as suggested.