<div dir="ltr"><div>Hi Dan,<br></div><div>Thank you very much for the guidance as well as pointing me to the correct example . The examples in 
tutoral/python is very helpful.</div><div></div><div>Regards,</div><div>Arun<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 13, 2020 at 5:14 PM <<a href="mailto:db30@andrew.cmu.edu">db30@andrew.cmu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
--On Saturday, July 11, 2020 1:58 PM -0400 Arun Krishna <<a href="mailto:arunbkris@gmail.com" target="_blank">arunbkris@gmail.com</a>> <br>
wrote:<br>
<br>
><br>
><br>
> Hi Dan,<br>
><br>
><br>
> Thank you very much for the reply.<br>
> Now I understand that the evaluate method serves the purpose.<br>
> Can you please give me a simple example invoking add chunk using evaluate if<br>
> it is not taking too much of your time?<br>
> The examples you are referring is ACT-R\examples\connections\python I assume,<br>
> but this one gives a reference for invoking act-r-version<br>
><br>
> "send(sock,'{"method":"evaluate","params":["act-r-version"],"id":1}')"<br>
><br>
><br>
<br>
<br>
The Python interface provided with the tutorial is in the tutoral/python<br>
directory, and the file actr.py implements the interface.<br>
<br>
There isn't a command called "add chunk".  There are commands called<br>
"define-chunks", "add-dm", "add-dm-fct", and possibly others depending<br>
on exactly what you want to happen.  You can find the details in the<br>
reference manual along with the parameters that they would be passed.<br>
<br>
To evaluate one you would send the the evaluate method with the params<br>
set to a list with the name of the command, the name of a model or a<br>
null/false marker to indicate the current model, then the parameters<br>
as needed for the command.<br>
<br>
Dan<br>
</blockquote></div>