Package | Description |
---|---|
org.deeplearning4j.malmo |
Modifier and Type | Class and Description |
---|---|
class |
MalmoObservationSpaceGrid
Observation space that contains a grid of Minecraft blocks
|
class |
MalmoObservationSpacePixels
Observation space that contains a bitmap of Minecraft pixels
|
class |
MalmoObservationSpacePosition
Basic observation space that contains just the X,Y,Z location triplet, plus Yaw and Pitch
|
Constructor and Description |
---|
MalmoEnv(com.microsoft.msr.malmo.MissionSpec mission,
com.microsoft.msr.malmo.MissionRecordSpec missionRecord,
MalmoActionSpace actionSpace,
MalmoObservationSpace observationSpace,
org.deeplearning4j.malmo.MalmoObservationPolicy framePolicy,
com.microsoft.msr.malmo.ClientPool clientPool)
Create a fully specified MalmoEnv
|
MalmoEnv(String missionFileName,
MalmoActionSpace actionSpace,
MalmoObservationSpace observationSpace,
org.deeplearning4j.malmo.MalmoObservationPolicy framePolicy,
String... clientPool)
Create a MalmoEnv using a XML-file mission description and minimal set of parameters.
|
Copyright © 2020. All rights reserved.