You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Original issue reported on code.google.com by
brian.ta...@gmail.com
on 11 Dec 2007 at 8:21The text was updated successfully, but these errors were encountered: