ShapeAwarePolicyIfc

Implement when a rule requires something of the declared shape, or must BUILD something from it — a discretization grid, a table sized to the action vector, a network's input layer.

configure is called once each time this policy is assigned to an element, before any replication and never during one. Validate by throwing; build by assigning to the policy's own fields. A policy that builds state is a class, not an object.

Inheritors

Functions

Link copied to clipboard
abstract fun configure(surface: DecisionSurfaceDescriptor)