Project Malmo
0.14.0
|
For a minimal installation of running a python agent, follow steps 1, 2, 3, 4, 6 and 7. 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 6.
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.
C:\ffmpeg
C:\ffmpeg\bin
to your PATH
(How To)ffmpeg
at a command prompt works.Visit http://www.codesynthesis.com/products/xsd/download.xhtml and download xsd-4.0.msi
Run the downloaded file to install CodeSynthesis.
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 2.7 64-bit. e.g. python-2.7.11.amd64.msi
Run the downloaded file to install Python.
Check that typing python
works in a command prompt. You may need to add e.g. C:\Python27
to your PATH.
If you don't want to use Malmo from Lua then you can skip this step.
Visit https://github.com/rjpcomputing/luaforwindows/releases and download e.g. LuaForWindows_v5.1.4-50.exe
Run the downloaded file to install Lua.
Check that typing lua
works in a command prompt.
Visit http://www.oracle.com/technetwork/java/javase/downloads/index.html and download the latest 64-bit version e.g. jdk-8u77-windows-x64.exe
Run the downloaded file to install the JDK. Make a note of the install location.
Add the bin folder (e.g. C:\Program Files\Java\jdk1.8.0_77\bin
) to your PATH (How To)
Set the JAVA_HOME environment variable to be the location of the JDK:
This PC
in File Explorer and select Properties
Advanced system settings
on the leftEnvironment variables...
User variables
select New...
JAVA_HOME
as the varible nameC:\Program Files\Java\jdk1.8.0_77
as the variable value. Replace this with the location of your JDK installation.Check that java -version
and javac -version
and set JAVA_HOME
all report the same 64-bit version.
Visit: https://www.microsoft.com/en-us/download/details.aspx?id=40784
Download vcredist_x64.exe
and run.
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 don't want to use the Human Action component then you can skip this step.
Visit https://slimdx.org/download.php and download the 64-bit .NET 4.0 download .msi file, and install it.