tf_agents.utils.common.Checkpointer
Stay organized with collections
Save and categorize content based on your preferences.
Checkpoints training state, policy state, and replay_buffer state.
tf_agents.utils.common.Checkpointer(
ckpt_dir, max_to_keep=20, **kwargs
)
Used in the notebooks
Args |
ckpt_dir
|
The directory to save checkpoints.
|
max_to_keep
|
Maximum number of checkpoints to keep (if greater than the
max are saved, the oldest checkpoints are deleted).
|
**kwargs
|
Items to include in the checkpoint.
|
Attributes |
checkpoint_exists
|
|
manager
|
Returns the underlying tf.train.CheckpointManager.
|
Methods
initialize_or_restore
View source
initialize_or_restore(
session=None
)
Initialize or restore graph (based on checkpoint if exists).
save
View source
save(
global_step: tf.Tensor, options: tf.train.CheckpointOptions = None
)
Save state to checkpoint.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-26 UTC."],[],[]]