Skip to content

Commit

Permalink
Merge pull request #908 from j-svensmark:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606257032
Change-Id: I505e062e6a6e568843e4f10fc91e07f2bfdea9e3
  • Loading branch information
copybara-github committed Feb 12, 2024
2 parents b0254eb + e2376c3 commit ccff2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf_agents/bandits/policies/linear_bandit_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(
num_samples: list of number of samples per arm, unless the policy accepts
per-arm features, in which case this is just the number of samples seen.
time_step_spec: A `TimeStep` spec of the expected time_steps.
exploration_strategy: An Enum of type ExplortionStrategy. The strategy
exploration_strategy: An Enum of type ExplorationStrategy. The strategy
used for choosing the actions to incorporate exploration. Currently
supported strategies are `optimistic` and `sampling`.
alpha: a float value used to scale the confidence intervals.
Expand Down

0 comments on commit ccff2b3

Please sign in to comment.