loySoGxj
Results
2
issues of
loySoGxj
I think that the graph will be constructed in the middle of umap. Is there a function to extract the graph obtained as the final result of the topology analysis...
02_bandit_algorithm_compare.ipynbでも,np.random.rand() < actual_cvr[selected_arm]の部分は予定調和になってしまわないでしょうか? success_countsに入るかどうかはそれを決定する直前に決まっていますから,選んだarmが毎回randomにnp.random.rand() > actual_cvr[selected_arm]になってしまい, 全く学習にはなりえません. ``` print(select_arms.count(0), select_arms.count(1), select_arms.count(2)) ``` 上のcodeを追加した結果がこれです. ``` 3335 3290 3375
bug
2e