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

Not writing the expression parsed PerceptEvent into STM #16

Open
toaomalkster opened this issue Oct 26, 2019 · 0 comments
Open

Not writing the expression parsed PerceptEvent into STM #16

toaomalkster opened this issue Oct 26, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@toaomalkster
Copy link
Owner

toaomalkster commented Oct 26, 2019

Bug - it's not writing the PerceptEvent into STM:

STM Add:    MemoryEvent{179fc,1ms,0.500,{eventData:3 + ? = 8,eventType:TextRequestEvent}}
STM Add:    MemoryEvent{b0cdd,0ms,0.600,{eventData:true,eventType:StuckThoughtEvent}}

I think that should include

PerceptEvent{8ffb0,19ms,0.058,ref=0efb6,Equation#3b388[Number#a6fea(3) Operator#48bb5(+) ExpressionToken#6221f(?) EquationOperator#1c814(=) Number#0fb94(8)]}

Part of the problem is that I think I've missed a step:

  1. Try to parse -> PerceptEvent with low priority due to parse errors
  2. Try to evaluate -> Stuck.
  3. Parser should see Stuck flag and upgrade the strength.
  4. Now PerceptEvent becomes top and gets copied to STM.
  5. Still nothing else happening -> Stuck, again.
  6. Now try loading concept from LTM.

Originally posted by @toaomalkster in #6 (comment)

@toaomalkster toaomalkster added this to To do in Making Something Interesting via automation Oct 26, 2019
@toaomalkster toaomalkster added nice to have Low priority new feature or request bug Something isn't working and removed nice to have Low priority new feature or request labels Oct 26, 2019
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
Development

No branches or pull requests

1 participant