Skip to content
#

bandits

Here are 26 public repositories matching this topic...

ergsfe
ergsfe commented Apr 11, 2021

The docstring for tf_py_environment.__getattr__ indicates that certain PyEnvironment methods might be incompatible with TF.

def __getattr__(self, name: Text) -> Any:
    """Enables access attributes of the wrapped PyEnvironment.
    Use with caution since methods of the PyEnvironment can be incompatible
    with TF.
    Args:
      name: Name of the attribute.
    Returns:

Improve this page

Add a description, image, and links to the bandits topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bandits topic, visit your repo's landing page and select "manage topics."

Learn more