Running on Mac - melvinzhang/malmopy GitHub Wiki
-
Download and unzip https://github.com/melvinzhang/ai-python-course/archive/master.zip It will create a folder named
ai-python-course-master
-
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
-
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
-
Open a terminal and start Malmo
cd Malmo-0.30.0-Mac-64bit_withBoost/Minecraft
./launchClient.sh
- Install dependencies
brew install boost-python3 xerces-c
pip3 install Pillow
- Open a terminal and start Python example
cd ai-python-course-master
python3 src/cliff_walking.py