[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
j-svensmark committed Dec 26, 2023
1 parent 27b851f commit e2376c3
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 e2376c3

Please sign in to comment.