davehg / rl-library

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

TearDown in proving app #149

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I enabled some code that kills rl-glue in a pretty severe way in the case
of a problem, I'm not sure if this is also happening in the regular case. 
It should not be.  If you force quit rl-glue then the environmentshell and
agent often won't quit, which is bad.

So, we need to find a way to make rl-glue die on its own when there is no
emergency.  Maybe we can add a kill mechanism to the runners, and if we
don't call kill, let things terminate normally.

We should also test whne things work out nice and when they don't.  Like,
does Rl-glue keep running if you quit the program during an experiment?

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

GoogleCodeExporter commented 8 years ago
Decided to force the teardown on error, but not on regular quit or regular run
completion.

This seems to kill the glue, the envshell, and the agent all at the appropriate 
times.

Original comment by brian.ta...@gmail.com on 14 Dec 2007 at 9:12