Note: alternative instructions using an experimental script for automating these steps can be found here
For a minimal installation of running a python agent, follow steps 1,2,3,4 and 6. Then see the Getting Started section below.
If you just want to run the Minecraft Mod (maybe your agents run on a different machine) then you only need to follow step 4.
If you already have 7-Zip installed then you can skip this step.
Visit http://7-zip.org/ and click the link for "Download .exe 64-bit x86." (or the 32-bit one).
Run the downloaded file to install 7-Zip.
- Download 64-bit Static from Zeranoe.
- Unpack the contents of the zip (bin folder etc.) to
C:\ffmpeg
- Add
C:\ffmpeg\bin
to yourPATH
(How To) - Check that typing
ffmpeg
at a command prompt works.
If you don't want to use Malmo from Python then you can skip this step. But for testing your installation we recommend installing python.
Visit https://www.python.org/ and download the latest version of Python 3.6 64-bit. e.g. python-3.6.6.amd64.msi
Run the downloaded file to install Python.
Check that typing python
works in a command prompt. You may need to add it to your PATH and/or relaunch your cmd prompt.
Please make sure that you have set the JAVA_HOME environment variable to your installation directory.
If you don't want to use Malmo from C# then you can skip this step.
Visit https://www.microsoft.com/net to download and install the latest dotNET framework.
- If you have not already done so, unzip the Malmo zip to some location (e.g. your
C:\
drive). - Make a new environment variable called MALMO_XSD_PATH. (How To )
- Set it to the location of the Schemas folder where you unzipped the Malmo package. e.g.
C:\Malmo\Schemas
- When you update Malmo you will need to update the MALMO_XSD_PATH too.