Modifier and Type | Method and Description |
---|---|
StepReply<MalmoBox> |
MalmoEnv.step(Integer action) |
Modifier and Type | Method and Description |
---|---|
StepReply<OBSERVATION> |
MDP.step(ACTION action) |
StepReply<Box> |
CartpoleNative.step(Integer action) |
Modifier and Type | Method and Description |
---|---|
StepReply<ALEMDP.GameScreen> |
ALEMDP.step(Integer action) |
Modifier and Type | Method and Description |
---|---|
StepReply<OBSERVATION> |
GymEnv.step(A action) |
Modifier and Type | Method and Description |
---|---|
StepReply<HardToyState> |
HardDeteministicToy.step(Integer a) |
StepReply<SimpleToyState> |
SimpleToy.step(Integer a) |
Modifier and Type | Method and Description |
---|---|
StepReply<VizDoom.GameScreen> |
VizDoom.step(Integer action) |
Modifier and Type | Method and Description |
---|---|
StepReply<Observation> |
LegacyMDPWrapper.step(A a) |
Copyright © 2020. All rights reserved.