rocknamx b23749463e
Prioritized DQN (#30)
* add sum_tree.py

* add prioritized replay buffer

* del sum_tree.py

* fix some format issues

* fix weight_update bug

* simply replace replaybuffer in test_dqn without weight update

* weight default set to 1

* fix sampling bug when buffer is not full

* rename parameter

* fix formula error, add accuracy check

* add PrioritizedDQN test

* add test_pdqn.py

* add update_weight() doc

* add ref of prio dqn in readme.md and index.rst

* restore test_dqn.py, fix args of test_pdqn.py
2020-04-26 12:05:58 +08:00
..
2020-04-11 19:29:46 +08:00
2020-04-02 09:07:04 +08:00
2020-04-19 14:30:42 +08:00
2020-04-03 21:28:12 +08:00
2020-04-13 19:37:27 +08:00
2020-04-11 19:29:46 +08:00
2020-04-26 12:05:58 +08:00
2020-03-28 22:01:23 +08:00
2020-03-29 15:18:33 +08:00
2020-03-29 15:18:33 +08:00