Induce separated goal and effect rules from behavioral cloning traces while logging training evidence.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill goal_effect_induction --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Goal Effect Induction?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-goal-effect-induction)More formats (shields.io, HTML) on the badges page.
---
name: goal_effect_induction
description: Induce separated goal and effect rules from behavioral cloning traces while logging training evidence.
---
# goal_effect_induction
Use this skill when recovering Bain and Sammut style behavioural cloning without the original simulator repository. It is not a general reinforcement-learning skill; it targets trace-driven reactive cloning with explicit GRAIL-style separation.
## Inputs
- JSON-compatible trace examples or prepared examples, depending on the script.
- Current-attempt artifacts only; do not read any original source repository.
## Outputs
- Deterministic JSON-compatible structures that can be consumed by downstream recovery modules.
## Workflow
1. Induce threshold goal rules from state variables.
2. Induce effect rules that map goal error to elevator actions.
3. Optionally run a tiny scalar optimizer step for reduced recovery evidence.
## Validation
Run `python scripts/goal_effect_induction.py --help` where applicable and run the tests through the Distiller skill-tree validator with `--run-tests`.
## Limitations
The scripts implement a reduced proxy for the paper mechanism. They validate trace preparation, GRAIL separation, compactness, and reactive action prediction; they do not recreate the unavailable flight simulator.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!