tatst / rl-glue-ext

Automatically exported from code.google.com/p/rl-glue-ext
0 stars 0 forks source link

Java side broken #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After Matt got both the Java and Matlab sides working, I rewrote the Matlab
side to be more Matlaby.  This was a choice that Matt and I made together.

However, it means that the java code is now quite broken.  We need to fix
it to handle wrongly typed arrays (in case people don't cast their doubles
to ints in Observation.intArray or Action.intArray.  We also need to either
figure out how to pass structs into matlab functions from java, or we need
to write some matlab wrappers to go between Java and matlab.

The latter plan might be easiest, and would allow us to do much of our
checking inside matlab.

Original issue reported on code.google.com by brian.ta...@gmail.com on 21 Jun 2008 at 5:10

GoogleCodeExporter commented 8 years ago

Original comment by brian.ta...@gmail.com on 13 Sep 2008 at 5:24

GoogleCodeExporter commented 8 years ago

Original comment by brian.ta...@gmail.com on 18 Sep 2008 at 1:46

GoogleCodeExporter commented 8 years ago
Have reworked the entire matlab codec to not be as Java heavy with crazy 
callbacks,
now just uses the Java Codec's network class and the rest is written in Matlab.

Should be easier to use and maintain this way.

Original comment by brian.ta...@gmail.com on 26 Sep 2008 at 1:11