opennars / OpenNARS-for-Applications

General reasoning component for applications based on NARS theory.
https://cis.temple.edu/~pwang/NARS-Intro.html
MIT License
89 stars 39 forks source link

Allow conditioning on derived events #171

Closed patham9 closed 2 years ago

patham9 commented 2 years ago

This capability we wanted ever since we started implementing NAL-7. It's hard to get right as there are usually way more derived events than input events, so the control system needs to handle a much larger flood of implications being constantly formed. Now we have a first working implementation which does not compromise current / other capability of ONA: https://github.com/opennars/OpenNARS-for-Applications/pull/170

patham9 commented 2 years ago

implemented & merged