|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--EDU.gatech.cc.is.abstractrobot.ControlSystemS
|
+--EDU.gatech.cc.is.abstractrobot.ControlSystemSS
|
+--bsoc.alpha.AlphaPlayer
A player controlled by an alpha-net.
| Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemSS |
abstract_robot |
| Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS |
abstract_robot,
CSSTAT_DONE,
CSSTAT_ERROR,
CSSTAT_OK,
seed |
| Constructor Summary | |
AlphaPlayer()
Generates an alpha-player where the parameters of the net (the weights) are random numbers. |
|
| Method Summary | |
int |
takeStep()
Controls the movements of an AlphaPlayer. This is done by mapping the sensor- and actor- values of the abstract robot to the neuronal net and by calculating the neuronal net. |
java.lang.String |
toString()
|
| Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemSS |
init |
| Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS |
configure,
Configure,
getAbstractRobot,
Init,
quit,
TakeStep,
trialEnd,
TrialEnd,
trialInit,
TrialInit |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public AlphaPlayer()
| Method Detail |
public int takeStep()
This is done by mapping the sensor- and actor- values of the abstract robot to the neuronal net and by calculating the neuronal net.
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||