Package malmoext
A Python wrapper for Microsoft's Malmo Platform, intended to 1) allow for easier installation of Malmo… 2) provide a programming interface that streamlines the creation and execution of scenarios… and 3) provide a set of higher-order agent actions for developers to choose from.
Expand source code
'''A Python wrapper for Microsoft's Malmo Platform, intended to
1) allow for easier installation of Malmo...
2) provide a programming interface that streamlines the creation and execution of scenarios... and
3) provide a set of higher-order agent actions for developers to choose from.'''
from malmoext.malmo_bootstrap import *
from malmoext.scenario import *
from malmoext.types import *
from malmoext.utils import *
Sub-modules
malmoext.agent
malmoext.agent_state
malmoext.malmo_bootstrap
malmoext.scenario
malmoext.scenario_builder
malmoext.types
malmoext.utils