chaostrigger / rl-library

Automatically exported from code.google.com/p/rl-library
Apache License 2.0
0 stars 0 forks source link

Agent's and Enviroments should be standalone #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
You should be able to basically execute an agent jar or an environment jar.

Same thing goes for EnvShell and AgentShell in the RL-Viz project.

Original issue reported on code.google.com by brian.ta...@gmail.com on 11 Dec 2007 at 8:21

GoogleCodeExporter commented 8 years ago
Now that we can package agents/environments/visualizers in the same jar, this 
should be relatively trivial. Also, 
we can now just have an executable jar that runs and environment and agent all 
at once

Original comment by rad...@gmail.com on 18 Jan 2008 at 8:07

GoogleCodeExporter commented 8 years ago
from the rl-viz page: 

It makes sense to make the env/agent jars self-executable, either by
bundling RL-Glue in them (not great but not horrible) or by putting it in
their path and having them do the right thing.

Basically, it would be nice to do:
java -jar MountainCar.jar
And have that invoke itself via the RL-Glue agent loader.

I guess this is more a post for rl-library.

Original comment by rad...@gmail.com on 1 Feb 2008 at 9:15

GoogleCodeExporter commented 8 years ago
This seems to not quite work, because of classloader issues.  Should look into 
this
in detail because I don't quite understand what the problem is.

Original comment by brian.ta...@gmail.com on 12 Nov 2008 at 8:52