net.pakl.rl
Interface HasVectorRepresentation

All Known Implementing Classes:
ReadingState, ReadingStateParallelRelative, ReadingStateRelative, State2D

public interface HasVectorRepresentation

Implemented by state objects that are expected to be used with neural network value functions.


Method Summary
 int[] binaryRepresentation()
           
 double[] doubleRepresentation()
           
 

Method Detail

binaryRepresentation

int[] binaryRepresentation()

doubleRepresentation

double[] doubleRepresentation()