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

Feature request: a way for the agent to quit the mission #170

Closed
DaveyBiggers opened this issue Jul 11, 2016 · 1 comment
Closed

Feature request: a way for the agent to quit the mission #170

DaveyBiggers opened this issue Jul 11, 2016 · 1 comment
Milestone

Comments

@DaveyBiggers
Copy link
Member

There is currently no way for an agent to bail mid mission. It might be nice to have a "quit" command, or something along those lines.

Note that this slightly breaks the notion that the configuration of the experiment is dictated by the mission XML, not by the agent. The idea behind the quit handlers is to set the requirements that the agent has to reach in order to complete the mission - rather than letting the agent control the boundaries of the experiment itself. But perhaps the agent should have the ability to quit.

Alternatively / additionally we could add a method to the AgentHost API to quit the mission?

@jorallo
Copy link
Contributor

jorallo commented Jul 11, 2016

That might be useful. If this is implemented as an extra action "quit", this could be enabled or not by the experiment, in the same way other actions are included or excluded with the ModifierList, so the experiment would still have full control of whether it can be used or not.

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

No branches or pull requests

2 participants