public class CompetitionParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_TIME
Milliseconds allowed per controller action.
|
static int |
ACTION_TIME_DISQ
Milliseconds for controller disqualification, if it returns an action after this time.
|
static int |
DELAY
Delay for human play.
|
static java.lang.String |
IMG_PATH
Path to sprite images.
|
static int |
INITIALIZATION_TIME
Milliseconds allowed for controller initialization.
|
static int |
LONG_DELAY
Longer delay for human play.
|
static int |
MAX_TIMESTEPS
Max time a game can run
|
static long |
WARMUP_ADV |
static long |
WARMUP_CP |
static long |
WARMUP_TIME
Java Warm-up time before starting the game.
|
Constructor and Description |
---|
CompetitionParameters() |
public static int ACTION_TIME
public static int ACTION_TIME_DISQ
public static int INITIALIZATION_TIME
public static java.lang.String IMG_PATH
public static int DELAY
public static int LONG_DELAY
public static int MAX_TIMESTEPS
public static final long WARMUP_TIME
public static final long WARMUP_CP
public static final long WARMUP_ADV