-
Notifications
You must be signed in to change notification settings - Fork 0
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
Be able to solve "3 + ? = 8" without assistance #6
Comments
Bug - it's not writing the PerceptEvent into STM:
I think that should include
Part of the problem is that I think I've missed a step:
|
Nice to have - silence all those TRACE events if they're just repeats:
|
Bug - FindMatchingConceptProcessor is currently designed with the hope that it can operate against any arbitrary event that contains a percept. But it gets confused as in the following, where it doesn't know whether to process the PerceptEvent or the MemoryEvent. Consequently, when processing the PerceptEvent, it triggers a MemorySearchRequestEvent, which results in a MemoryEvent, and then attempts to use the MemoryEvent to solve that same MemoryEvent as the original trigger. All because it gets confused about what the orginal trigger was.
|
TODO:
The text was updated successfully, but these errors were encountered: