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

not use enabled? #30

Open lsq357 opened 7 years ago

lsq357 commented 7 years ago

In Server.py, line 108, set trainer.enabled = False, may be useless?Here the 'trainer' is class 'ThreadTrainer'. Not call anywhere? And 'enabled' property only see in class ThreadDynamicAdjustment, not found class 'ThreadTrainer'