Malmo Installation Instructions
Using the Docker image should work across all OS's
MacOS
pip3 installation
- https://github.com/Microsoft/malmo/blob/master/scripts/python-wheel/README.md Links to an external site.
- Useful instructions: https://campuswire.com/c/GB2708736/feed/40 Links to an external site.
Linux
pip3 installation
- https://github.com/Microsoft/malmo/blob/master/scripts/python-wheel/README.md Links to an external site. Links to an external site.
Windows
pip3 solution doesn't seem to be working. The one that works:
- Download the binary by clicking here Links to an external site..
- Install JDK 8 (the latest is 12), and JDK_HOME is important.
- Use PowerShell to install dependencies automatically Links to an external site. (it was worked for some).
- If that doesn't work, install the dependencies manually, using instructions here Links to an external site..
- Also useful: https://campuswire.com/c/GB2708736/feed/23 Links to an external site.,