Fehu_visualize.OverlaySourceOverlays for augmenting rendered frames with diagnostic annotations.
type ctx = {step_idx : int;episode_idx : int;info : Fehu.Info.t;action : Fehu.Space.Value.t option;value : float option;log_prob : float option;reward : float;done_ : bool;}Context provided to overlays for each frame.
Overlay transformation applied to a rendered image.
Draw text at the given position (default: 10, 20) in RGB color.