Remove scoreboard references (#750)

This commit is contained in:
Greg Brockman
2017-10-15 16:10:02 -07:00
committed by GitHub
parent b5576dc23a
commit 7b5aceaa84
21 changed files with 9 additions and 2794 deletions

View File

@@ -61,8 +61,3 @@ if __name__ == '__main__':
# Close the env and write monitor result info to disk
env.close()
# Upload to the scoreboard. We could also do this from another
# process if we wanted.
logger.info("Successfully ran RandomAgent. Now trying to upload results to the scoreboard. If it breaks, you can always just try re-uploading the same results.")
gym.upload(outdir)