You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't figure out how to get the "isa" slot from the chunk (GOAL-CHUNK0 -> add in this case). (Even though they are optional, they do exist in our code.)
Displaying each of the slots happens in printed-chunk, but I don't understand Lisp enough to pick it apart & format it the way I want to.
If you know Lisp, please feel free to fix this and submit a PR!
The text was updated successfully, but these errors were encountered:
The code for the custom print function is found in framework/vanilla_actr/vanilla_print.lisp.
Right now the custom printing of a buffer
print goal
produces something like:What I want is more like this:
I can't figure out how to get the "isa" slot from the chunk (
GOAL-CHUNK0
->add
in this case). (Even though they are optional, they do exist in our code.)Displaying each of the slots happens in
printed-chunk
, but I don't understand Lisp enough to pick it apart & format it the way I want to.If you know Lisp, please feel free to fix this and submit a PR!
The text was updated successfully, but these errors were encountered: