diff options
author | user <user@localhost.localdomain> | 2019-12-19 17:25:18 -0800 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-12-19 17:25:18 -0800 |
commit | ae42668318fb32f9dd7cf8fe9d700f0375707339 (patch) | |
tree | 79c85ac83489c426f6f55a2600cafd4dc1ce9328 /starts/meaning-vm/habit-starts | |
parent | 0949dd719199efd969e8062db7b0fbf0d88c248c (diff) | |
download | standingwithresilience-ae42668318fb32f9dd7cf8fe9d700f0375707339.tar.gz standingwithresilience-ae42668318fb32f9dd7cf8fe9d700f0375707339.zip |
more comment
Diffstat (limited to 'starts/meaning-vm/habit-starts')
-rw-r--r-- | starts/meaning-vm/habit-starts/learning-parts.cpp | 9 | ||||
-rw-r--r-- | starts/meaning-vm/habit-starts/validity-impact-etc.txt | 10 |
2 files changed, 10 insertions, 9 deletions
diff --git a/starts/meaning-vm/habit-starts/learning-parts.cpp b/starts/meaning-vm/habit-starts/learning-parts.cpp index 50536c5..f0caf59 100644 --- a/starts/meaning-vm/habit-starts/learning-parts.cpp +++ b/starts/meaning-vm/habit-starts/learning-parts.cpp @@ -89,7 +89,6 @@ static int __init = ([]()->int{ // opencog has functions for pattern matching etc // they arent self-modifiable, may not matter - decls(ordered, behavior); // need args and result for sequence //ahabit(habit-sequence, (( @@ -109,14 +108,6 @@ static int __init = ([]()->int{ // could pick one or the other to use depending on presence of triggers // or temporary change or something. dunno. // - // hey in the notepad, you can call habits from outside. is that ok? - // only meaningful if you pass to them more code to run? - // note: habits never recurse - // habits might make decision based on you. they will track it. - // seems okay. need to specify that all parameters are from output. - // that could make exponential slowness, quickly - // only if decision is made. make decisions inside notepad. - // we'll figure it out. ahabit(make-list, ((list, l)), { diff --git a/starts/meaning-vm/habit-starts/validity-impact-etc.txt b/starts/meaning-vm/habit-starts/validity-impact-etc.txt index 24060a4..6b4ac06 100644 --- a/starts/meaning-vm/habit-starts/validity-impact-etc.txt +++ b/starts/meaning-vm/habit-starts/validity-impact-etc.txt @@ -847,3 +847,13 @@ // karl says he doesn't know lisp. // he had a CS class where they used intro lisp, long ago, before cognitive stiffening and memory loss. // and has worked with 1 lisp code file recently. + + + // hey in the notepad, you can call habits from outside. is that ok? + // only meaningful if you pass to them more code to run? + // note: habits never recurse + // habits might make decision based on you. they will track it. + // seems okay. need to specify that all parameters are from output. + // that could make exponential slowness, quickly + // only if decision is made. make decisions inside notepad. + // we'll figure it out. |