mwhittaker / deeprl_project

Deep RL Final Project
1 stars 1 forks source link

Open AI baselines setup. #11

Closed SamvitJ closed 6 years ago

vlad17 commented 6 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()`?