| Constructor and Description |
|---|
StringRecorder() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecording() |
String |
getRecording(boolean flush) |
void |
record(T context,
int action,
float probability,
String uniqueKey)
Records the exploration data associated with a given decision.
|
public void record(T context, int action, float probability, String uniqueKey)
Recorderrecord in interface Recorder<T>context - A user-defined context for the decisionaction - The action chosen by an exploration algorithm given contextprobability - The probability the exploration algorithm chose said actionuniqueKey - A user-defined unique identifier for the decisionpublic String getRecording()
public String getRecording(boolean flush)
Copyright © 2016. All Rights Reserved.