davidljung / rl-glue-ext

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

java codec and RLGLUE_HOST env var #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Having trouble getting the java codec to notice the contents of the
RLGLUE_HOST environmental variable. Tried in linux, windows, and
windows/cygwin, all to no avail. In the same shell, I am able to run
programs using the C codec, and they read the variable correctly and
connect the the right host.

- John

Original issue reported on code.google.com by jasm...@gmail.com on 6 Nov 2008 at 7:47

GoogleCodeExporter commented 8 years ago
Yes.  The first updates to the codecs was done breadth first, so we just wanted 
to
get the really *core* stuff working.

This is related to issue 34.  Since I now know that this is a priority for you, 
 I
will get it done immediately (in the next few hours).

I'll also have a beta version of the new task spec and task spec parser 
available at
that time.

Original comment by brian.ta...@gmail.com on 6 Nov 2008 at 8:59

GoogleCodeExporter commented 8 years ago
Thanks, Brian. On the ball as always :)

Original comment by jasm...@gmail.com on 6 Nov 2008 at 9:01

GoogleCodeExporter commented 8 years ago
K, this should be working now for environments, agents, and experiments.

The first attempt at a task spec parser is in there as well.  I'm going to try 
and
use this one instead of the one in RLVizLib, so the RLVizLib tasks spec parser 
might
be in a bit of flux for a little bit, but I'll try and make sure its all working
before I commit.

Original comment by brian.ta...@gmail.com on 7 Nov 2008 at 1:59