Running on Windows - melvinzhang/malmopy GitHub Wiki
-
Download and unzip https://github.com/melvinzhang/malmopy/archive/master.zip It will create a folder named
malmopy-master
-
Download and unzip https://github.com/Microsoft/malmo/releases/download/0.35.6/Malmo-0.35.6-Windows-64bit_withBoost_Python3.6.zip into folder
Malmo
-
Copy MalmoPython.lib MalmoPython.pyd from
Malmo/Python_Examples
into themalmopy-master/src
-
Install OpenJDK 8 from https://developers.redhat.com/products/openjdk/download/, make sure to download the MSI installer
-
Install Python 3.6 and check add to PATH during installation
-
Open a terminal and start Malmo
cd Malmo/Minecraft
launchClient.bah
- Open a terminal and start Python example
cd malmo-master
python3 src/cliff_walking.py