-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Feature] Reset reasoner #18
Comments
This code will probably be closely linked to the code for #19 |
I was trying to split the problem into smaller ones. To load experience, one can choose whether to reset the system or just to accumulate the experience upon old one. When loading a "memory" file, maybe the system should be reset, but if not I don't know whether it could work. |
Oh yes, maybe I'm assuming that the "load" contains "reset" - in this aspect, you're right. Maybe pull request #27 can have a try, or at least it allow you run and manage multiple reasoners without run several Python program. |
Is your feature request related to a problem? Please describe.
The function
reset()
ofReasoner
has not been implemented yet.https://github.com/bowen-xu/PyNARS/blob/b1142425a2af70dc76a185a70c7f6619c5376aaf/pynars/NARS/Control/Reasoner.py#L42-L44
This function is usefult when user want to restore the system to its initial state in a GUI without reopening it.
Describe the solution you'd like
Write a function to reset the system, including its memory, buffers, channels and so on.
The text was updated successfully, but these errors were encountered: