tf_agents.policies.utils.InfoFields
Stay organized with collections
Save and categorize content based on your preferences.
Strings which can be used in the policy info fields.
Class Variables |
BANDIT_POLICY_TYPE
|
'bandit_policy_type'
|
CHOSEN_ARM_FEATURES
|
'chosen_arm_features'
|
LOG_PROBABILITY
|
'log_probability'
|
MULTIOBJECTIVE_SCALARIZED_PREDICTED_REWARDS_MEAN
|
'multiobjective_scalarized_predicted_rewards_mean'
|
PREDICTED_REWARDS_MEAN
|
'predicted_rewards_mean'
|
PREDICTED_REWARDS_OPTIMISTIC
|
'predicted_rewards_optimistic'
|
PREDICTED_REWARDS_SAMPLED
|
'predicted_rewards_sampled'
|
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,["# tf_agents.policies.utils.InfoFields\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/agents/blob/v0.19.0/tf_agents/policies/utils.py#L73-L93) |\n\nStrings which can be used in the policy info fields.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Class Variables --------------- ||\n|--------------------------------------------------|------------------------------------------------------|\n| BANDIT_POLICY_TYPE | `'bandit_policy_type'` |\n| CHOSEN_ARM_FEATURES | `'chosen_arm_features'` |\n| LOG_PROBABILITY | `'log_probability'` |\n| MULTIOBJECTIVE_SCALARIZED_PREDICTED_REWARDS_MEAN | `'multiobjective_scalarized_predicted_rewards_mean'` |\n| PREDICTED_REWARDS_MEAN | `'predicted_rewards_mean'` |\n| PREDICTED_REWARDS_OPTIMISTIC | `'predicted_rewards_optimistic'` |\n| PREDICTED_REWARDS_SAMPLED | `'predicted_rewards_sampled'` |\n\n\u003cbr /\u003e"]]