Module: tf_agents.networks.nest_map

Network layer that allows mapping multiple inputs.

Classes

class NestMap: The NestMap network processes nested inputs via nested layers.

Functions

NestFlatten(...): Returns a Keras layer that takes a nest of inputs, and returns a list.

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature