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

Specify default preferenceFunction #58

Closed
TimKam opened this issue Mar 24, 2019 · 0 comments
Closed

Specify default preferenceFunction #58

TimKam opened this issue Mar 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@TimKam
Copy link
Owner

TimKam commented Mar 24, 2019

In many use cases, intentions equal desires, simply because the desire generation function can jump straight to intentions (the intermediate step is in practice not always relevant).
Hence, we should specify a default determinePreferences value for the Agent object type that assumes the generated desires can be fed as intentions straight into the plans.
This default value would be: (beliefs, desires) => desireKey => desires[desireKey](beliefs).

When the update is released, some of the examples should be adjusted as well.

@TimKam TimKam added the enhancement New feature or request label Mar 24, 2019
TimKam added a commit that referenced this issue Mar 25, 2019
specify a default determinePreferences value for the Agent object type:
the generated function essentially returns all desires as intentions
TimKam added a commit that referenced this issue Mar 25, 2019
…tion

#58 specify default preference generator
@TimKam TimKam closed this as completed Mar 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant