Closed SamvitJ closed 7 years ago
Almost - there's only this comment from before and two new ones in atari_env.py
Why disable the openai logger if rank != 0? That is what's keeping track of the useful metrics we want. can you call logger.configure(os.path.join(args.logdir, rank))instead, where we passargs.logdirfrommain()`?
Why disable the openai logger if rank != 0? That is what's keeping track of the useful metrics we want.
can you call logger.configure(os.path.join(args.logdir, rank))instead, where we passargs.logdirfrommain()`?
Almost - there's only this comment from before and two new ones in atari_env.py