examples
</> Example Implementation
Causal model building
Shows AIRIS learning deterministic causal rules through direct environmental interaction.
; AIRIS deterministic causal learning
; Explicit rewrite rules
!(airis-observe
(state (block-at 3 5))
(action push-right)
(result (block-at 4 5)))
; Learned rule:
; (push-right (block-at $x $y))
; => (block-at (+ $x 1) $y)