Module: tf_agents.replay_buffers.table

A tensorflow table stored in tf.Variables.

The row is the index or location at which the value is saved, and the value is a nest of Tensors.

This class is not threadsafe.

Classes

class Table: A table that can store Tensors or nested Tensors.

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