Module: tf_agents.utils.lazy_loader

Lazy loader class.

Classes

class LazyLoader: Lazily import a module, mainly to avoid pulling in large dependencies.

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