View source on GitHub
|
TF-Agents Training Library.
Modules
actor module: Actor to use for data collection or evaluation.
interval_trigger module: Utility that Triggers every n calls.
learner module: Learner implementation for Agents. Refer to the examples dir.
step_per_second_tracker module: Utility class to keep track of global training steps per second.
triggers module: Common triggers useful during training.
Classes
class Actor: Actor.
class Learner: Manages all the learning details needed when training an agent.
View source on GitHub