Serialized Form


Package EDU.cmu.cs.coral.cye

Class EDU.cmu.cs.coral.cye.JCyeException implements Serializable


Package EDU.cmu.cs.coral.learning

Class EDU.cmu.cs.coral.learning.i_PriQLearner_id implements Serializable

Serialized Fields

an

int an

changeQueue

PriorityQueue changeQueue

changes

int changes

criteria

int criteria

first_of_trial

boolean first_of_trial

gamma

double gamma

last_policy

int[] last_policy

minUpdate

double minUpdate

numactions

int numactions

profile

double[][] profile

queries

int queries

randomrate

double randomrate

randomratedecay

double randomratedecay

rgen

com.sun.java.util.collections.Random rgen

seed

long seed

states

i_PriQLearner_id.state[] states

total_reward

double total_reward

updateCount

int updateCount

xn

int xn


Package EDU.cmu.cs.coral.util

Class EDU.cmu.cs.coral.util.Circle2 implements Serializable

Serialized Fields

centre

Vec2 centre

radius

double radius

Class EDU.cmu.cs.coral.util.Polygon2 implements Serializable

Serialized Fields

vertices

java.util.Vector vertices

Class EDU.cmu.cs.coral.util.TBDictionary implements Serializable

Class EDU.cmu.cs.coral.util.UnexpectedException implements Serializable


Package EDU.gatech.cc.is.communication

Class EDU.gatech.cc.is.communication.AckMessage implements Serializable

Class EDU.gatech.cc.is.communication.CommunicationException implements Serializable

Class EDU.gatech.cc.is.communication.LongMessage implements Serializable

Serialized Fields

val

long val
the long to send.

Class EDU.gatech.cc.is.communication.Message implements Serializable

Serialized Fields

receivers

int[] receivers
IDs of the receivers. Ignored for broadcast messages.

sender

int sender
the ID of the sender. Ranges from 1 to the number of agents in the group.

type

int type
the type of message. Default is BROADCAST.

Class EDU.gatech.cc.is.communication.PositionMessage implements Serializable

Serialized Fields

val

Vec2 val
the position of the sender in global coordinates.

Class EDU.gatech.cc.is.communication.RegisterMessage implements Serializable

Serialized Fields

val

int val
Our ID to register.

Class EDU.gatech.cc.is.communication.ReinforcementMessage implements Serializable

Serialized Fields

val

double val
the reinforcement signal.

Class EDU.gatech.cc.is.communication.StringMessage implements Serializable

Serialized Fields

val

java.lang.String val
the string to send.

Class EDU.gatech.cc.is.communication.TerminateMessage implements Serializable


Package EDU.gatech.cc.is.learning

Class EDU.gatech.cc.is.learning.Bilinear2D implements Serializable

Serialized Fields

max_x_limit

double max_x_limit
Maximum value for the x variable in the domain space.

max_y_limit

double max_y_limit
Maximum value for the y variable in the domain space.

min_x_limit

double min_x_limit
Minimum value for the x variable in the domain space.

min_y_limit

double min_y_limit
Minimum value for the y variable in the domain space.

npoints_x

int npoints_x
Number of grid points in the x axis.

npoints_y

int npoints_y
Number of grid points in the y axis.

range_x

double range_x
Range of the x variable in the domain space: (max_limit - min_limit).

range_y

double range_y
Range of the y variable in the domain space: (max_limit - min_limit).

resolution_x

double resolution_x
Resolution of the x axis: (max_limit - min_limit) / (npoints - 1)

resolution_y

double resolution_y
Resolution of the y axis: (max_limit - min_limit) / (npoints - 1)

table

double[][][] table
Grid of points.

Class EDU.gatech.cc.is.learning.FunctionApproximator implements Serializable

Serialized Fields

domain_dim

int domain_dim
The dimension of the domain space.

range_dim

int range_dim
The dimension of the range space.

Class EDU.gatech.cc.is.learning.FunctionApproximatorException implements Serializable

Class EDU.gatech.cc.is.learning.i_AverageLearner_id implements Serializable

Serialized Fields

an

int an

changes

int changes

first_of_trial

int first_of_trial

gamma

double gamma

last_policy

int[] last_policy

p

double[][] p

q

double[][] q

randomrate

double randomrate

randomratedecay

double randomratedecay

rgen

java.util.Random rgen

seed

long seed

xn

int xn

Class EDU.gatech.cc.is.learning.i_QLearner_id implements Serializable

Serialized Fields

alpha

double alpha

an

int an

changes

int changes

criteria

int criteria

first_of_trial

int first_of_trial

gamma

double gamma

last_policy

int[] last_policy

p

double[][] p

profile

double[][] profile

q

double[][] q

queries

int queries

randomrate

double randomrate

randomratedecay

double randomratedecay

rgen

java.util.Random rgen

seed

long seed

total_reward

double total_reward

xn

int xn

Class EDU.gatech.cc.is.learning.i_ReinforcementLearner_id implements Serializable

Serialized Fields

logfile

java.io.FileOutputStream logfile

logfilename

java.lang.String logfilename

logging

boolean logging
Indicates whether logging is turned on or not.

logstream

java.io.PrintWriter logstream

numactions

int numactions
The number of actions to select from.

numstates

int numstates
The number of situations or states the object may be in.

policyfilename

java.lang.String policyfilename
The name of the file to save or read the policy in/from.

Class EDU.gatech.cc.is.learning.i_ReinforcementLearner_idTest implements Serializable

Class EDU.gatech.cc.is.learning.i_SLearner_id implements Serializable

Serialized Fields

a

double[][] a

an

int an

changes

int changes

first_of_trial

int first_of_trial

last_policy

int[] last_policy

p

double[][] p

profile

double[][] profile

queries

int queries

total_reward

double total_reward

xn

int xn


Package EDU.gatech.cc.is.util

Class EDU.gatech.cc.is.util.CircularBuffer implements Serializable

Serialized Fields

buf_size

int buf_size
size of the buffer. Default size is 10.

buffer

java.lang.Object[] buffer
the buffer itself.

current

int current
current cell in the buffer.

total

int total
total number of items ever added to the buffer. This can help reveal if data is ever lost by an enumeration.

Class EDU.gatech.cc.is.util.CircularBufferEnumeration implements Serializable

Serialized Fields

buffer

CircularBuffer buffer
the buffer we are enumerating.

position

int position
the last cell read.

total

int total
total number of items ever read from the buffer by this enumeration.

Class EDU.gatech.cc.is.util.CircularBufferException implements Serializable

Class EDU.gatech.cc.is.util.DialogMessage implements Serializable

Serialized Fields

ok

java.awt.Button ok

parent

java.awt.Frame parent

ta

java.awt.TextArea ta

Class EDU.gatech.cc.is.util.DialogMessageJoke implements Serializable

Serialized Fields

buttonx

int buttonx

message

java.lang.String message

ok

java.awt.Button ok

parent

java.awt.Frame parent

ta

java.awt.TextArea ta

Class EDU.gatech.cc.is.util.Vec2 implements Serializable

Serialized Fields

r

double r
The r component of the polar view of the vector; never set directly, use setr instead.
See Also:
Vec2.setr(double)

t

double t
The theta component of the polar view of the vector; never set directly, use sett instead.
See Also:
Vec2.sett(double)

x

double x
The x component of the cartesian view of the vector; never set directly, use setx instead.
See Also:
Vec2.setx(double)

y

double y
The y component of the cartesian view of the vector; never set directly, use sety instead.
See Also:
Vec2.sety(double)