- 01 3月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update model_base.py * Update README.md * Update README.md
-
- 27 2月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* first version of network communication * fix code styple problems * add a script to get machine's information * code styple problems#2 * fix unit test problems * update dockfile to fix the installation issue of cmake * thread-saftey ensurance & copright * resolve comments
-
- 18 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* remove not used files, add benchmark for DQN and DDPG, add Parameters management Readme * Update README.md * Update README.md * add parl dependence in examples, use np shuffle instead of sklean * fix codestyle * refine readme of nips example * fix bug * fix code style * Update README.md * Update README.md * Update README.md * refine document and remove outdated design doc * Update README.md * Update README.md * refine comment * release version 1.0 * gif of examples * Update README.md * update Readme
-
- 15 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* NeurIPS2018-AI-for-Prosthetics-Challenge training code * remove model_zoo, provide download link * remove model_zoo, provide download link * add restore_from_one_head api, refine README, fix logger bug * fix test bug * fix rpm bug, refine ddpg train script * fix rpm bug, refine Readme
-
- 04 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add PPO example * Update Readme * Update Readme * fix codestyle * Update Readme * refine action mapping * add more unitest case * remove unnecessary params initialize, add more comments, add benchmark result * rename * remove PARL dependence in readme of examples
-
- 28 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* Provide synchronizable create_parameter in PARL * use AttrHold to make LayerFunc support more than two parameters * refine code * refine code * fix #25
-
- 15 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add DDPG example, fix some tiny bug * add license * unify code structure * unify code structure * refine gputils, fix seed in QuickStart * use white noise in DDPG * fix codestyle
-
- 07 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add QuickStart example, refine DQN example * add examples link * refine the naming, and add quick start training result
-
- 04 12月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add DQN example, add Agent unittest * refine readme * refine code * simplify code
-
- 27 11月, 2018 2 次提交
-
-
由 Bo Zhou 提交于
* add setup.py for installation * rename agent.py to make it consistent with other framework base * namespace bug
-
由 Hongsheng Zeng 提交于
-
- 26 11月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* sync paras in program, fix deepcopy bug, python3 compatibility * refactor code, add plutil directory, clean import order * remove old comment * refine comment * fix codestyle * cache sync program, add gputils module, refine model_base unittest * fix codestyle * refine sync params cache * add fetch_value module
-
- 22 11月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add logger module * refine comment * add license * refine set_level api * refine unittest * fix codestyle with yapf * add termcolor dependency
-
- 20 11月, 2018 1 次提交
-
-
由 Bo Zhou 提交于
* redesign basic class in PARL * code style fixed * update yaml's version * update yaml's version & update code to fix style problem * add debug message for function * delete test code * rename function: has_fun -> has_func
-
- 13 11月, 2018 1 次提交
-
-
由 TomorrowIsAnOtherDay 提交于
-
- 11 9月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* fix wrapper of dynamic_lstm cannot support h_0 and c_0 initialization, fix bug of wrapper of dynamic_gru * use sampling_id of fluid to sampling ids * remove test simple games unittest, avoid timeout * change pip source
-
- 12 6月, 2018 1 次提交
-
-
由 Haonan 提交于
added test_simple_games
-
- 06 6月, 2018 1 次提交
-
-
由 Haonan 提交于
* prelimary implementations of ComputationTask, Algorithm and Model classes * remove "model_func" from the args of an algorithm * a clean clone() function for Algorithm and Model * add use_next_value as a input to learn() * further re-structure * added Feedforward and RLAlgorithm classes * maxid -> argmax * discrete_distribution -> category_distribution * category -> categorical * revisions
-
- 28 5月, 2018 1 次提交
-
-
由 Xiaochen Lian 提交于
* simple replay buffer and its test * add error handling * add test for deep copy
-
- 18 5月, 2018 1 次提交
-
-
由 skylian 提交于
-
- 17 5月, 2018 2 次提交