steveKapturowski / tensorflow-rl

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

no 'target_network' for A3CLearner when testing #9

Closed NoobFang closed 7 years ago

NoobFang commented 7 years ago

When run the test funcion of A3C algorithm (using --test option), the error of "AttributeError: 'A3CLearner' object has no attribute 'target_network'" occurs. I have checked the code and found that the 'target_network' is only available for value_based_actor_learner. So, is this a bug or I make some mistake?

steveKapturowski commented 7 years ago

Fixed