Skip to content

bloqade.lanes.heuristics.physical.policy_movement

policy_movement

bloqade.lanes.heuristics.physical.policy_movement

Move Policy DSL placement strategy.

Sidecar to bloqade.lanes.heuristics.physical.movement — PolicyPlacementStrategy mirrors

PhysicalPlacementStrategy

but routes each per-stage move synthesis call through the Starlark Move Policy DSL (bloqade.lanes.bytecode._native.PolicyRunner) instead of the TargetSolver-based path. Keeping the DSL path out of the strategy file means main can keep evolving movement.py without colliding with DSL work.