steveKapturowski / tensorflow-rl

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

Cleaned up logging in N-Step learner (follows that of A3C) #17

Closed JimMcMahon closed 6 years ago

JimMcMahon commented 7 years ago

Trying to clean up the logging for N-Step learner before I push a version with replay-memory. I'm a fan of how the A3C logging looks.

steveKapturowski commented 7 years ago

@JimMcMahon thanks for the contribution! I'll try to get these changes reviewed and merged in the next couple of days.