| Modifier and Type | Field and Description |
|---|---|
static String |
GYM_MONITOR_DIR |
| Constructor and Description |
|---|
GymEnv(String envId,
boolean render,
boolean monitor) |
GymEnv(String envId,
boolean render,
boolean monitor,
int[] actions) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AS |
getActionSpace() |
org.deeplearning4j.rl4j.space.ObservationSpace<O> |
getObservationSpace() |
boolean |
isDone() |
GymEnv<O,A,AS> |
newInstance() |
O |
reset() |
org.deeplearning4j.gym.StepReply<O> |
step(A action) |
void |
upload(String apiKey) |
public static final String GYM_MONITOR_DIR
public GymEnv(String envId, boolean render, boolean monitor)
public GymEnv(String envId, boolean render, boolean monitor, int[] actions)
public org.deeplearning4j.rl4j.space.ObservationSpace<O> getObservationSpace()
public AS getActionSpace()
public boolean isDone()
public O reset()
public void upload(String apiKey)
public void close()
Copyright © 2017. All rights reserved.