bowen-xu / PyNARS

MIT License
26 stars 8 forks source link

[Technical Report] Bag Dynamic Forgetting Rate #73

Open ccrock4t opened 9 months ago

ccrock4t commented 9 months ago

Technical Report

Forgetting rate is related to average priority of an elements in Bag. Such a forgetting rate might help achieve a desired priority distribution of elements within the Bag.

More Info

The budget of an element does decay (in Budget_decay()) after it is used. However, the formula is not related to the average priority of the Bag.