Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment.
@andrekramer @AndKram I got errors at auto-evaluation phase:
“Unable to orchestrate evaluation. Core services failed to start…”
and after 1 or 2 episodes:
“Unable to orchestrate submission, please contact Administrators.”
The submitted programs have succeeded the test_submission_locally.sh without errors.
(Issue url:
https://gitlab.crowdai.org/karino_isi/marlo2018/issues/8
https://gitlab.crowdai.org/karino_isi/marlo2018/issues/5
)
Could you check the cause and teach me how to fix it ?
My CrowdAI account is karino_isi.
@spMohanty Thank you for your investigating.
I’ve succeeded the local test based on crowdAI’s instruction (https://github.com/crowdAI/marlo-multi-agent-starter-kit). I tested 1 game with 2 agents and 3 different games with 6 agents. Both tests succeed without errors.
How can I check my submitted code have any issue?
RuntimeError: Attempted to use a closed Session.
The reason is I use tf.Session().close() at the end of the run_episode().Unable to orchestrate evaluation. Core services failed to start...
.