A - the type of Actionpublic interface ActionSpace<A>
Should contain contextual information about the Action space, which is the space of all the actions that could be available. Also must know how to return a randomly uniformly sampled action.
| Modifier and Type | Method and Description |
|---|---|
Object |
encode(A action) |
int |
getSize() |
A |
noOp() |
A |
randomAction() |
Copyright © 2019. All rights reserved.