PRO
rz90208
USA
Asked
— Edited
I tried loading the SynBot plugin following the tutorial and the plugin just comes up as a white box. I tried loading it into a clean new project and got the same results. I am using window 10 32bit laptop, ARC version 2018.01.15.00
My guess is the plugin needs to be updated.
any suggestions?
Did you check the instructions on how to use the plugin? I think it depends on some program. You can ask the author here: https://synthiam.com/Community/Questions/10001
Yup, I followed the tutorial step by step. Thank you for the advice, I will do that.
Hi
I am author of the plugin I will update it in some days due to synbot framework updates and new features in progress
I just need some tests and tutorial updating
hope you can test it deep in some days
I would gladly do some testing for you. I am sure there are others who would help with the testing also. Just post when the new version is ready for testing.
Hi
New version of Synbot plugin is on line with tutorial updated and Example JD Synbot on EZ Cloud.
Don't hesitate if you have questions or problems ..... Version 2 with some new learning capabilities will be ready in 3 to 4 weeks.
Jean Luc
Jean Luc, Can the SIML project be ether a classic or modern or does it have to be a classic? Thank you Richard
@ Jean Luc I can not get the bot to respond correctly.
This is the Syn Bot Window Do not forget to Save Context when you decide to stop the chat with the bot Otherwise all new bot learnings will be lost Bot initialized for user id Jean luc : welcome to synbot Maya : hi i'm maya i'm an humanoid robot but how do you want i call you : richard Maya : what a wonderful name i will call you richard richard : how are you Maya : i can't answer
Must be a configuration issue but I can not figure it out.
I have saved the SIML project to C:/users/richard/UNAS/SynBot. So that folder has the UNAS.simlproj file and a directory named UNAS IN that directory is the Settings folder and the Templates folder. This is also where I copied your SIML files and is the folder I set in both of the directory settings on the config page of the plugin.
Hi
I think i have not included in the example files the how are you pattern so it is normal and bot réponse when it dont Know the input pattern is set to i can't answer Bot can only respond to user inputs if the corresponding pattern is included in the siml files the same Way all aiml software You can include this new pattern in siml files I Will send you to morrow example in order to react to the how are you input
Look at the test unit files included with the plugin and at the tutorial to discover more
Happy you test the plugin ....
And for first question only Classic to day i just look to the opportunity to migrate to oscova modern version
Jlucben, Here is a routine I came up with. It watches for change in the $SynbotTextResponse variable and then checks if the Learned.siml file exists (UnasLearned.siml) in mycase and then takes the learned data from that file and writes it to another file NewData.siml. This way the learned siml data is not lost at restart. I have created a few simple siml files for. BlankCanBlank, BlankHaveBlank, BlankCanNotBlank... Here is the code for one of the siml file BlankCanBlank
And here is the Learned file data I capture and copy to the NewData file
So the pattern and the response is created by the <learn>
Here is the EZ-Script that does the copy and then deletes the Learned file.
Rewrite of the EZ-Script This now allows for any size Learned.siml source file. I needed the rewrite so as to support having random and multiple responses learned.
Here is an example of a multiple response learn That creates: Where is * located And Is * located in *
And the Random looks like this:
Here is the updated EZ-Script.
It works slick.
Hi
I will correct the plugin in order to append the learned models in the learned.siml file, when a new model is learned.
But your code is working fine ......
I still have a lot to learn about SIML, but I love the plugin. Great job. I will let you know of anything else I find before I write code to work around it.
Thanks
I have a developper licence for Synbot and have easiercontacts with the indian company. So don't hesitate to contact me in case of problems or questions before coding.
I will publish a new version as soon as possible with ability to integrate easilly personnal Adaptators for new SIML tags Coded in C# and a Bot learning framework using User Variables and Maps.
New version with update Learn.SIML in Append mode will be soon.
Syntax for the exponent function
I tried <Match />e<Match Index ="2" />
where both match = 2 and I get an answer of 200
If I try <Match />e(<Match Index ="2" />) I get nothing
couldn't find anything on it so I used JavaScript:
Correct syntax here
But not working , I will post a report. Your JS Script is the good solution.
Plugin has been updated for Use of Learn SIML Tag- you can have look to the Tutorial I have updated Step 7 Ter. Now it is working fine ....
Hi
I have a look to your SIML code for BlankCanBlank and BlankIsLocatedinBlank
And have try to improve and optimize RestructuredLearn.zip
Comments are in the Code. Main improvement is the ability to use in Input Text The Pattern Reductions of the example I published.
Hi maya I would like to know if ducks can swim , can you tell me if ducks swim , .... will be working , ....
You need to upgrade plugin version to V4 as I use a specific SIMl adapter Textop
This is awesome, thank you much. It is going to take me awhile to get my head around how this one works. Great work. I have a spreadsheet I would like to send you. It is my brain spreadsheet my email is rz90208@gmail.com I also have an excel spreadsheet of the top 100 pop music form from 1890 to 2013 that I would like to incorporate into the robot brain.
You can send me your brain spreadsheects to jeanlucben@gmail.com
I will have a look
Don’t hesitate if you have questions or difficulties
JeanLuc, The new Reconstructed Learn works fine except that the code it generates crashes ARC. So if I tell the bot that Dogs have teeth, the bot responds with OK I now know that dogs have teeth. and adds this code to the Learned.siml file.
but if I now ask the bot if dogs have teeth, it seems SynBot looks up and crashes ARC.
Hi
It is working on my version
Do you have updated the plugin to the new version v5 and reload SIML example files in new version SaveV5Published.zip
and do you have suppress your old version of Learned.siml
Just to be sure, I deleted all siml files. Reinstalled V5 and unzipped SaveV5Published into my project folder. and tried using Located in NOT have Stevens Point is located in Wisconsin and when I ask the bot where is Stevens Point located, is freezes and crashes ARC. I will try it in a clean ARC project and let you know
I will try to reinstall on another pc to morrow and let you know what is happening
I just test on another PC
I publish a V6 without change It seems that V5 was not correctly uploaded as some of the DLL was older one and the version release was not correct
After updating the plugin, you can verify in folder C:\Users\Public\Documents\EZ-Builder\Plugins(GUID) where GUID is the plugin GUID (The last modified) the plugin.xml file
it must be in version release 6
Hi jeanlucben, Today I have installed your plugin and it works very well. With SynBot Studio I will now try to make extensions for the German language. You did a fantastic job! Thanks a lot for this ! I hope you continue your development at this plugin and we can look forward to new versions.
Thanks joki
After some travels , I am beginning to work on a new version. If you find bugs in the current version , I will be pleased to fix them. I think some are remaining ......
Jean-Luc