Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent's and Enviroments should be standalone #152

Open
GoogleCodeExporter opened this issue Apr 8, 2016 · 3 comments
Open

Agent's and Enviroments should be standalone #152

GoogleCodeExporter opened this issue Apr 8, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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

  • Added labels: Milestone-NIPS-Demo, Priority-High
  • Removed labels: Milestone-Release2.0, Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant