- 08 4月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add IMPALA algorithm and some common utils * update README.md * refactor files structure of impala algorithm; seperate numpy utils from utils * add hyper parameter scheduler module; add entropy and lr scheduler in impala * clip reward in atari wrapper instead of learner side; fix codestyle * add benchmark result of impala; refine code of impala example; add obs_format in atari_wrappers * Update README.md
-
- 26 3月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add api set_params/get_params in Model; add Interface of Network and LayerFunc to solve circular imports; refine parameter_names api of Model * remove licence in third party code; remove interface of Network and LayerFunc; move get_parameter_pairs and get_parameter_names api to Network * refine comment * refine commment
-
- 11 3月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update README.md * Update train.py * Update README.md * Update agent_base.py * Update train.py * Update train.py * Update train.py
-
- 01 3月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update model_base.py * Update README.md * Update README.md
-
- 14 2月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* fix PPO bug; add more benchmark result * refine code * update benchmark of PPO, after fix bug * refine code
-
- 24 1月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add more dqn benchmark result; unify train scripts * resize benchmark picture * resize benchmark picture, refine comments of args * change dependence, mujoco only support python3 now
-
- 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 2 次提交
-
-
由 Bo Zhou 提交于
* Update README.md * add experimental results
-
由 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
-
- 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
-
- 12 12月, 2018 1 次提交
-
-
由 Davanoffi Liang 提交于
* add a episode to show the final test reward * make code more clear
-
- 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
-
- 30 11月, 2018 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add testing module of NeurIPS2018-AI-for-Prosthetics-Challenge, add dependencies of setup * add copyright * add google drive link * fix depedencie * refine setup
-
- 30 9月, 2018 1 次提交
-
-
由 TomorrowIsAnOtherDay 提交于
code will be released before 31.October (#20)
-