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

Integrated goal and belief revision: goals cannot access updated beliefs #126

Closed
TimKam opened this issue Mar 31, 2021 · 0 comments · Fixed by #127
Closed

Integrated goal and belief revision: goals cannot access updated beliefs #126

TimKam opened this issue Mar 31, 2021 · 0 comments · Fixed by #127
Assignees
Labels
bug Something isn't working

Comments

@TimKam
Copy link
Owner

TimKam commented Mar 31, 2021

Because of a missing this, when combining goal and belief revision, the goal revision function does not access the updated beliefs. Instead, it accesses the "old" beliefs.

@TimKam TimKam added the bug Something isn't working label Mar 31, 2021
@TimKam TimKam self-assigned this Mar 31, 2021
TimKam added a commit that referenced this issue Mar 31, 2021
Add missing `this` so that goal revision function
gets updated beliefs
TimKam added a commit that referenced this issue Mar 31, 2021
Add missing `this` so that goal revision function
gets updated beliefs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant