awjuliani / DeepRL-Agents

A set of Deep Reinforcement Learning Agents implemented in Tensorflow.
MIT License
2.23k stars 825 forks source link

what is the mean of multiply (1./(i+1))? #76

Closed law52525 closed 5 years ago

law52525 commented 5 years ago

https://github.com/awjuliani/DeepRL-Agents/blob/f3c9a3ff9ee86029a72b63bbfa4dce3c56979ab3/Q-Table.ipynb#L91

as we all know, $a \epsilon R, b \epsilon R, c \epsilon R^+, if a > b, then ac > bc$