interventions.create_intervention_applier
- interventions.create_intervention_applier(initial_state, shift_reward, alignment_threshold)
Factory function to create an InterventionApplier with a new StateManager.
- Args:
initial_state: Initial symbolic state dictionary. shift_reward: Reward bonus for successful shifts. alignment_threshold: Distance threshold for alignment checks.
- Returns:
Configured InterventionApplier instance.