Running on Mac - melvinzhang/malmopy GitHub Wiki

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

  2. Download and unzip https://github.com/Microsoft/malmo/releases/download/0.30.0/Malmo-0.30.0-Mac-64bit_withBoost.zip It will create a folder named Malmo-0.30.0-Mac-64bit_withBoost

  3. Download https://github.com/melvinzhang/ai-python-course/raw/master/lib/x86-64_macos/MalmoPython.so and move it to ai-python-course-master/src

  4. Open a terminal and start Malmo

cd Malmo-0.30.0-Mac-64bit_withBoost/Minecraft
./launchClient.sh
  1. Install dependencies
brew install boost-python3 xerces-c
pip3 install Pillow
  1. Open a terminal and start Python example
cd ai-python-course-master
python3 src/cliff_walking.py