bowen-xu / PyNARS

MIT License
26 stars 8 forks source link

[Technical Report] Use achieving level to determine which tasks should be derived #79

Open ccrock4t opened 9 months ago

ccrock4t commented 9 months ago

Technical Report

After a task has been selected for inference, the inference rules (e.g., revision) decide the extent to which the task has been achieved, as well as what tasks to derive from them as means to further achieve the task

More Info

Currently, achieving level seems only used to reduce the Task's budget. It is not used for anything else.