Project Malmo
0.30.0
|
We provide a PowerShell script for installing all required dependencies. Please note that this script is still experimental.
Prerequisites:
Malmo-0.21.0-Windows-64bit.zip
)$env:HOMEPATH\Malmo-0.21.0-Windows-64bit
)Steps:
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 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.