2014-02-01から1ヶ月間の記事一覧
#n_armed_bandit.py # # n-armed bandit task chapter 2 Figure 2.1, 2.4 # # 1. implemented with softmax function or epsilon-greedy function # 2. implemented with online method for values # 3. implemented with optimistic comparison # import nu…