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

Killing an agent doesn't phase RLViz #61

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

Killing an agent doesn't phase RLViz #61

GoogleCodeExporter opened this issue Apr 8, 2016 · 3 comments

Comments

@GoogleCodeExporter
Copy link

If you run an experiment with RLVizApp and an agent, and then you kill the
agent, RLVizApp remains running, and lets you click stuff.

Should find a way to detect the disconnect and die.  Maybe RL-Glue should
be dying if the agent dies.

We should fix this if easy and if not, bump to later milestone.

Original issue reported on code.google.com by brian.ta...@gmail.com on 24 Oct 2007 at 10:28

@GoogleCodeExporter
Copy link
Author

Shouldnt calling any of the agent functions break this? ie: agent_step()... ill 
look into this

Original comment by rad...@gmail.com on 27 Oct 2007 at 1:18

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by markp...@gmail.com on 29 Oct 2007 at 10:41

  • Added labels: Milestone-Release1.0
  • Removed labels: Milestone-TrainingRelease

@GoogleCodeExporter
Copy link
Author

It seems to me that this shouldnt break it, unless we want to implement a 
timeout. From what i gather is 
happeneing, we make a call to agent, then sit there till we get a response... 
no agent = no response. and thus we 
hang. If we want to add some sort of wait time length, and then if it takes 
longer than this time, we assume the 
agent is dead and we close.

Original comment by rad...@gmail.com on 10 Jan 2008 at 10:54

  • Changed state: Accepted

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