mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-18 04:49:12 +00:00
Remove scoreboard references (#750)
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user