Module: tf_agents.environments.batched_py_environment

Treat multiple non-batch environments as a single batch environment.

Classes

class BatchedPyEnvironment: Batch together multiple py environments and act as a single batch.

Functions

unstack_actions(...): Returns a list of actions from potentially nested batch of actions.

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