refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -51,8 +51,8 @@ Enable visual communication of plans and system states.
|
||||
(defskill :skill-diagrammer
|
||||
:priority 60
|
||||
:trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :visualize))
|
||||
:neuro #'neuro-skill-diagrammer
|
||||
:symbolic (lambda (action context) action))
|
||||
:probabilistic #'neuro-skill-diagrammer
|
||||
:deterministic (lambda (action context) action))
|
||||
#+end_src
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user