steveKapturowski / tensorflow-rl

Implementations of deep RL papers and random experimentation
Apache License 2.0
177 stars 47 forks source link

Missing logger in value_based_actor_learner.py #6

Closed captify-alapite closed 7 years ago

captify-alapite commented 7 years ago

In the train method of the NStepQLearner class, there's a call to logger.debug, but there's no import utils.logger at the start of the file, and no call to utils.logger.getLogger to actually create the logger.