SoarGroup / VisualSoar

VisualSoar is a development environment written in Java to aid in the creation of agents for use in Soar
6 stars 6 forks source link

Variable attributes cannot be easily added to the datamap. #9

Closed scijones closed 8 months ago

scijones commented 8 months ago

This could be my user error, but I'm unaware how to get visualsoar to validate a rule containing a line like the following:

(<real-obj> ^<const-attr> <match-value>)

I don't even really know what I'm supposed to do in this case.

scijones commented 8 months ago

Aha! Wherever is in the datamap, it just needs to have any attribute added to the datamap at all. The problem was that I had no attributes at all in the datamap at that location.