Module: tf_agents.environments.py_environment

Python RL Environment API.

Adapted from the Deepmind's Environment API as seen in: https://github.com/deepmind/dm_control

Classes

class PyEnvironment: Abstract base class for Python RL environments.

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