Module: tf_agents.train
Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# Module: tf_agents.train\n\n\u003cbr /\u003e\n\n|--------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/agents/blob/v0.19.0/tf_agents/train/__init__.py) |\n\nTF-Agents Training Library.\n\nModules\n-------\n\n[`actor`](../tf_agents/train/actor) module: Actor to use for data collection or evaluation.\n\n[`interval_trigger`](../tf_agents/train/interval_trigger) module: Utility that Triggers every n calls.\n\n[`learner`](../tf_agents/train/learner) module: Learner implementation for Agents. Refer to the examples dir.\n\n[`step_per_second_tracker`](../tf_agents/train/step_per_second_tracker) module: Utility class to keep track of global training steps per second.\n\n[`triggers`](../tf_agents/train/triggers) module: Common triggers useful during training.\n\nClasses\n-------\n\n[`class Actor`](../tf_agents/train/Actor): Actor.\n\n[`class Learner`](../tf_agents/train/Learner): Manages all the learning details needed when training an agent."]]