tf_agents.specs.array_spec.sample_spec_nest

Samples the given nest of specs.

structure An ArraySpec, or a nested dict, list or tuple of ArraySpecs.
rng A numpy RandomState to use for the sampling.
outer_dims An optional list/tuple specifying outer dimensions to add to the spec shape before sampling.

A nest of sampled values following the ArraySpec definition.