Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nomuramasahir0 committed Nov 30, 2020
1 parent a1f4786 commit 94baac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README_JN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

2019年11月下旬の7日間にわたる実験を行い, 全アイテム(all)・男性用アイテム(men)・女性用アイテム(women)に対応する3つの「キャンペーン」でデータを収集しました.
それぞれのキャンペーンでは, 各ユーザーのインプレッションに対してランダム方策(Random)またはトンプソン抽出方策(Bernoulli Thompson Sampling)のいずれかを確率的にランダムに選択して適用しています.
図1はOpen Bandit Datasetの記述統計を示しています.
図2はOpen Bandit Datasetの記述統計を示しています.

<p align="center">
<img width="70%" src="./images/statistics_of_obd.png" />
Expand Down
2 changes: 1 addition & 1 deletion obp/policy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def update_params(self, action: float, reward: float, context: np.ndarray) -> No

@dataclass
class BaseOfflinePolicyLearner(metaclass=ABCMeta):
"""Base Class for off-policy learners.
"""Base class for off-policy learners.
Parameters
-----------
Expand Down

0 comments on commit 94baac3

Please sign in to comment.