microsoft / malmo

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. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:
https://www.microsoft.com/en-us/research/project/project-malmo/
MIT License
4.09k stars 600 forks source link

agent sinks into the ground in tutorial 1 #668

Open cdancette opened 6 years ago

cdancette commented 6 years ago

when I start the tutorial 1, the agent sinks into the ground (and dies at the second launch)

nicolas-lair commented 5 years ago

I have the same error here. As far as I tested, it happens when the agent starting position is not specified in the mission, so it is not specific to tutorial 1. You can specify it with the startAt method from MissionSpec API (http://microsoft.github.io/malmo/0.30.0/Documentation/classmalmo_1_1_mission_spec.html#ab572120d07b277350d48bb869aaeaf58)

Below a screenshot of what it looks like with tutorial one for example. The agent is partially in the ground and will sunk in the ground at next launch. Moreover the only possible move there is to jump. sunk agent

And this is with a default flat generator : sunk_agen_default_world