Java-Deep-Learning-Cookbook icon indicating copy to clipboard operation
Java-Deep-Learning-Cookbook copied to clipboard

Trouble with setting up Malmo

Open reu24 opened this issue 5 years ago • 2 comments

Describe the bug I've tried to install Malmo on my Windows PC, like the book descriped but when I ran the example programms from Malmo they did nothing and if I ran the code from the book I've got a long error log. The error log: https://textuploader.com/16dsi

Expected behavior It should run the Malmo example programm.

reu24 avatar Jan 14 '20 07:01 reu24

@reu24 What are your observations on debugging? Have you googled it? As per the error stack, it seems like minecraft specific issue, not an issue with the code.

rahul-raj avatar Jan 14 '20 15:01 rahul-raj

Thank you for the fast answer. I've already googled the error, but I found nothing that made it work. The error occures at dql.train(); and I could debug it until agent_host.startMission(mission, clientPool, missionRecord, 0, "rl4j_0"); in MalmoEnv. I think that something is wrong with the installation. But I followed step by step the guidance and also tried it again. The only thing I couldn't follow was when I had to execute malmo_install.ps1 since it gave me an error. But I installed the dependencies myself.

reu24 avatar Jan 15 '20 09:01 reu24