Module: tf_agents.networks.normal_projection_network

Project inputs to a normal distribution object.

Classes

class NormalProjectionNetwork: Generates a tfp.distribution.Normal by predicting a mean and std.

Functions

tanh_squash_to_spec(...): Maps inputs with arbitrary range to range defined by spec using tanh.

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