opennars / Narjure

A Clojure implementation of the Non-Axiomatic Reasoning System proposed by Pei Wang.
GNU General Public License v2.0
44 stars 11 forks source link

Add input-load-reducer #47

Closed TonyLo1 closed 8 years ago

TonyLo1 commented 8 years ago

This is slightly more problematic than derived-load-reducer as there may not be a budget available for the bag sort order.

Currently input budget is ignored by task-creator and default is assigned. maybe budget should be assigned at sentence parsing or input sensor?

patham9 commented 8 years ago

budget is aviable after parse2 already so I don't see the issue here.

TonyLo1 commented 8 years ago

ok, great - when you wrote task-creator, you reset the budget to default

patham9 commented 8 years ago

Oh sorry, can just use the budget which is already in. ^^