explanation_heatmaps
explanation_heatmaps
¶
Heatmap function registry for visual explanation methods.
to_explanation_heatmaps
¶
Build the registry of supported policy heatmap computations.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
channel_batch_size
|
int
|
Number of feature channels ablated per policy forward pass for Ablation-CAM. |
required |
Returns:
| Type | Description |
|---|---|
dict[str, ExplanationHeatmapFunction]
|
Mapping from |
dict[str, ExplanationHeatmapFunction]
|
camera heatmaps for a policy and observation batch. |