icoxfog417 / baby-steps-of-rl-ja

Pythonで学ぶ強化学習 -入門から実践まで- サンプルコード
Apache License 2.0
431 stars 262 forks source link

DP/bellman_equation.py の実行結果が違う #31

Closed yujirokatagiri closed 5 years ago

yujirokatagiri commented 5 years ago

指摘事項

p.37 の code2-4 は DP/bellman_equation.py の実行結果だと思いますが, 私の実行結果は以下のようになり, code2-4 と異なりました。

$ python DP/bellman_equation.py 
0.7880942034605892
0.9068026334400001
-0.96059601

指摘箇所

ページ番号: p.37

実行環境

エラー内容

(例外のメッセージ、ログ、画面ショットなどを添付)

icoxfog417 commented 5 years ago

ご指摘ありがとうございます。修正済みです!