public class DecisionTuple extends Object
| Constructor and Description |
|---|
DecisionTuple(int action,
float probability,
boolean record) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAction() |
float |
getProbability() |
boolean |
shouldRecord() |
Copyright © 2016. All Rights Reserved.