We provide a PowerShell script for installing all required dependencies. Please note that this script is still experimental.
Prerequisites:
- Download the current pre-built release for Windows from https://github.com/Microsoft/malmo/releases (for example:
Malmo-0.21.0-Windows-64bit.zip
) - Extract the contents to a directory (for example
$env:HOMEPATH\Malmo-0.21.0-Windows-64bit
)
Steps:
- Open a Powershell and run
Set-ExecutionPolicy -Scope CurrentUser Unrestricted
(Details) cd $env:HOMEPATH\Malmo-0.21.0-Windows-64bit\scripts
.\malmo_install.ps1
Depending on your setup, you may be asked to confirm a switch to "Run as Administrator" (for checking and installing dependencies). In case you run into problems, please follow the manual installation instead. If you find a problem that has not yet been reported, please raise a new issue (please check the gitter channel and existing issues to see whether the problem is known, before raising a new issue).
To test if everything is installed correctly, you can launch minecraft with the Malmo mod, and launch an example agent, as detailed here.