bowen-xu / PyNARS

MIT License
26 stars 8 forks source link

[Bug] Disappearing Beliefs #74

Open ccrock4t opened 9 months ago

ccrock4t commented 9 months ago

Technical Report

Multiple beliefs and desires for the same statement are remembered.

More Info

The Belief Table of a concept is storing multiple beliefs only if their truth-values are different.

However, if 2 beliefs are input to the system with the same numeric truth value (e.g., the default), it seems that only 1 of them is stored in the Belief Table.