RLPark 1.0.0
Reinforcement Learning Framework in Java
|
00001 package rlpark.plugin.robot.internal.sync; 00002 00003 00004 public interface ScalarInterpreter { 00005 void interpret(LiteByteBuffer buffer, double[] values); 00006 00007 int size(); 00008 }