Asked — Edited

Snybot Plugin Question

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?


ARC Pro

Upgrade to ARC Pro

ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!

#17  

Correct syntax here

[Model]
		[Pattern]what is * to the power of *[/Pattern]
		[Response]The answer is [Math][Match /]e[Match At="2"/][/Math]
		[/Response]
     [/Model]

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 ....

#18  

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

PRO
USA
#19  

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 [email protected] 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.

#20  

You can send me your brain spreadsheects to [email protected]

I will have a look

Don’t hesitate if you have questions or difficulties

PRO
USA
#21  

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.


<Model>
      <Pattern>
        <Item>Do dogs have teeth</Item>
        <Item>XXXXXFROMPATTERNREDUCTION1 Do dogs have teeth</Item>
      </Pattern>
      <Response xml:space="preserve">
<Think>
   	 <If Var="Typego" Value="">
   	 <Goto xml:space="preserve">XXXXXPROCESSRESPONSE_BLANKHAVEBLANKdogs|teeth</Goto>
	 </If>	 
</Think>          
</Response>
    </Model>
    <Model>
      <Pattern>
        <Item>XXXXXFROMPATTERNREDUCTION1 IF dogs have teeth</Item>
      </Pattern>
      <Response xml:space="preserve">
<Think>
  	 <If Var="Typego8" Value="1">
		 <Goto xml:space="preserve">XXXXXPROCESSRESPONSE_BLANKHAVEBLANKdogs|teeth</Goto>
	 </If>		 
 </Think>          
</Response>
    </Model>

but if I now ask the bot if dogs have teeth, it seems SynBot looks up and crashes ARC.

#22  

Hi

It is working on my version

User-inserted image

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

PRO
USA
#23  

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

#24  

I will try to reinstall on another pc to morrow and let you know what is happening