Module: tf_agents.networks.actor_distribution_rnn_network

Sample Keras actor network with LSTM cells that generates distributions.

Classes

class ActorDistributionRnnNetwork: Creates an actor producing either Normal or Categorical distribution.

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