-
Notifications
You must be signed in to change notification settings - Fork 6
demand-updater #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
demand-updater #20
Conversation
I updated the demand updater based on the paper formulas presented in the open-psi paper. the schema code has some function that were able to be found on MeTTa. In this inplementation all are working as expected |
for test to pass I used 0.2 instead of (random-float 0 1). whenever there is 0.2 (random-float 0 1) must be substituted. |
The first two test cases are failing due to the psi_utils module not being found. Fix the path properly. |
The demand-updater-test.metta is working and it is this file what I made change to .
The test falling for demand-test and feeling updater-test.metta
…On Wed, May 28, 2025, 9:25 AM Samuel Wondimagegnehu < ***@***.***> wrote:
*samwondim* left a comment (iCog-Labs-Dev/hyperon-openpsi#20)
<#20 (comment)>
The first two test cases are failing due to the psi_utils module not being
found. Fix the path properly.
—
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARJFMHEAANT74MNWCNHOO533AVJFXAVCNFSM6AAAAAB5S62RD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJVGEYTSNBTHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
all demand updaters are working. For testing purpose use replace all random-float with constant number between 0 and 1.