RLPark 1.0.0
Reinforcement Learning Framework in Java

ScalarInterpreter.java

Go to the documentation of this file.
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 }
 All Classes Namespaces Files Functions Variables Enumerations
Zephyr
RLPark