Package | Description |
---|---|
org.deeplearning4j.malmo |
Modifier and Type | Class and Description |
---|---|
class |
MalmoActionSpaceDiscrete
Action space that allows for a fixed set of specific Malmo actions
|
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.