Skip to content

Confusion about lisp #57

@DexterVex87

Description

@DexterVex87

Dear,

thank you for your package! I currently struggle with building the agents in lisp syntax. Do you provide a full documentation on that? Because you've linked the official ACT-R website and manual in your tutorial, but it doesn't seem to be the same. In particulair, I struggle with different issues:

=goal>
ISA		goal
state   	whats-my-color
intention	production3
=visual-location>
screen-x    	=x

==>

 +visual-location>
color		yellow
kind		line
value		90
screen-y	lowest
:attended	nil

!bind! =new-x (+ =x 12)
=goal>
intention production4
links =new-x

this code works in the official ACT-R version, but in pyactr, it has a problem with !, +, : and -.

I'd be gladful, if you could help me out!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions