Before your Submissions Question:
This is debugged with my 35 submission experience.
I am also a contestant, I am not an official staff member.
In order to compete fairly, I hope everyone can break through 100 floors.
Due to some inherent instability in Unity Env, it is a bit special.
Thanks for @mohanty help
This assumes that you are already able to run tests locally.
Check these step:
Update your env to least version.
Q:“mlagents_envs.exception.UnityTimeOutException: The Unity environment took too long to respond”
A:This is open issue.
2 steps
Change timeout > 300s
env = ObstacleTowerEnv(args.environment_filename, docker_training=args.docker_training, retro=True, timeout_wait=600)
It is recommended to perform the import of agent tensorflow after env.is_grading() before the official release of the new environment file.
if env.is_grading():
import tensorflow as tf
import youragent
while True:.......
Q: bash >>> ^M
A:
The newline symbol for the Dos file is ^J^M
The newline symbol for Unix files is ^J
So in some cases you will encounter bash problems, because it is the relationship of the Windows environment configuration file, you should use Vim and other similar editors to change the encoding.
Q: ckpt import error (ex gzip broken)
A:Follow this