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

output key and value system should be changed. #13

Open
7yl4r opened this issue Jun 3, 2013 · 2 comments
Open

output key and value system should be changed. #13

7yl4r opened this issue Jun 3, 2013 · 2 comments

Comments

@7yl4r
Copy link
Member

7yl4r commented Jun 3, 2013

Current output class defines output using a behaviorKey and behaviorValue, but I think this does not adequately describe output. This set of attributes is good for describing the agent's intentional action, but does not support multiple simultaneous outputs well. For instance, the agent cannot speak and make facial gestures at the same time.

I am unsure how this should be handled exactly. It seems as though only one behavior at a time should be allowed, but in many cases this behavior is defined by a set of attributes. Perhaps this can be handled by just using a list of keys and values or (even better) a dict object, but this seems a bit clumsy.

@7yl4r
Copy link
Member Author

7yl4r commented Jun 3, 2013

perhaps output can be expanded to include behaviorKey, behaviorValue, Movement, social{speech,gesture,facial}...

@7yl4r
Copy link
Member Author

7yl4r commented Jun 6, 2013

I think the list of possible behaviors should be identified separately by a dictionary of feature values (such as how well the behavior satisfies the motive), the behavior name, and the behavior value.

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