Project Malmo  0.30.0
Installing dependencies on Windows (automated)

We provide a PowerShell script for installing all required dependencies. Please note that this script is still experimental.

Prerequisites:

Steps:

  1. Open a Powershell and run Set-ExecutionPolicy -Scope CurrentUser Unrestricted (Details)
  1. cd $env:HOMEPATH\Malmo-0.21.0-Windows-64bit\scripts
  1. .\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 https://github.com/Microsoft/malmo/blob/master/doc/install_windows_manual.md "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.