Module: tf_agents.utils.numpy_storage

NumpyStorage stores nested objects across multiple numpy arrays.

Classes

class NumpyState: A checkpointable object whose NumPy array attributes are saved/restored.

class NumpyStorage: A class to store nested objects in a collection of numpy arrays.

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