[ACT-R-users] Support needed for using ACT-R RPC

Arun Krishna arunbkris at gmail.com
Fri Jul 10 07:25:17 EDT 2020


Hi,
My java application needs to communicate to ACT-R cognition models via RPC.
In a big picture level
Java application -> Sent the current context information -> ACT-R run the
cognition models ->Get back the result from ACT-R .
I had gone through http://act-r.psy.cmu.edu/actr7.x/remote.pdf as well as
some examples given in
\ACT-R\examples\connections\lisp . But I didn't understand enough to use
the RPC.
The current examples contain only two method invocations

print("{\"method\":\"set-name\",\"params\":[\"Simple Java
Example\"],\"id\":null}");

// Evaluate the ACT-R "act-r-version" command.

print("{\"method\":\"evaluate\",\"params\":[\"act-r-version\"],\"id\":1}");

Is there an example which does more han this with RPC, i.e
communication to a count model etc?

Thanks & Regards,

Arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.srv.cs.cmu.edu/pipermail/act-r-users/attachments/20200710/7b2f618b/attachment.html>


More information about the ACT-R-users mailing list