bowen-xu / PyNARS

MIT License
26 stars 8 forks source link

[Technical Report] Update Budget_Merge formula #72

Closed ccrock4t closed 8 months ago

ccrock4t commented 9 months ago

Technical Report

merge: When an item is added into a bag where there is another one with the same key, the two will be merged, with their budget accumulated. The max operator is used for quality. The two priority values are combined using or . The two durability values are combined using or .

More Info

In the Budget_Merge function, Quality and Durability values are not computed as required.