Skip to content
Snippets Groups Projects
Commit 92d19411 authored by Dipam Chakraborty's avatar Dipam Chakraborty
Browse files

Remove termination wrapper

parent f1b468d7
No related branches found
No related tags found
No related merge requests found
...@@ -63,9 +63,9 @@ if __name__ == '__main__': ...@@ -63,9 +63,9 @@ if __name__ == '__main__':
"tty_cursor",)) "tty_cursor",))
# This wrapper will always be added on the aicrowd evaluator # This wrapper will always be added on the aicrowd evaluator
env = EarlyTerminationNethack(env=env, # env = EarlyTerminationNethack(env=env,
minimum_score=1000, # minimum_score=1000,
cutoff_timesteps=50000) # cutoff_timesteps=50000)
# Add any wrappers you need # Add any wrappers you need
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment