Running on Windows - melvinzhang/malmopy GitHub Wiki

  1. Download and unzip https://github.com/melvinzhang/malmopy/archive/master.zip It will create a folder named malmopy-master

  2. 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

  3. Copy MalmoPython.lib MalmoPython.pyd from Malmo/Python_Examples into the malmopy-master/src

  4. Install OpenJDK 8 from https://developers.redhat.com/products/openjdk/download/, make sure to download the MSI installer

  5. Install Python 3.6 and check add to PATH during installation

  6. Open a terminal and start Malmo

cd Malmo/Minecraft
launchClient.bah
  1. Open a terminal and start Python example
cd malmo-master
python3 src/cliff_walking.py