1. 16 3月, 2020 1 次提交
    • B
      update comments for ES (#211) · fa420300
      Bo Zhou 提交于
      * update comments for ES
      
      * check dependence on paddle or torch
      
      * update readme
      
      * update readme#2
      
      * users can still use parl.remote when no DL framework was found
      
      * yapf
      fa420300
  2. 09 3月, 2020 1 次提交
    • R
      update parl.maddpg without import gym (#208) · 7f2abd56
      rical730 提交于
      * add maddpg example
      
      * format with yapf
      
      * fix coding style
      
      * fix coding style
      
      * unittest without import multiagent env
      
      * update maddpg code
      
      * update maddpg readme
      
      * add copyright comments
      
      * update parl.maddpg without import gym
      
      * update NeurlIPS2018.gif to NeurlIPS2019.gif
      
      * update readme and comments
      7f2abd56
  3. 06 3月, 2020 1 次提交
  4. 08 2月, 2020 1 次提交
    • R
      add maddpg example (#200) · 9216d941
      rical730 提交于
      * add maddpg example
      
      * format with yapf
      
      * fix coding style
      
      * fix coding style
      
      * unittest without import multiagent env
      
      * update maddpg code
      
      * update maddpg readme
      
      * add copyright comments
      9216d941
  5. 30 12月, 2019 1 次提交
  6. 13 8月, 2019 1 次提交
    • B
      Zhoubo01 es (#127) · 5612ecde
      Bo Zhou 提交于
      * add learning curve for ES
      
      * add learning curve for ES
      
      * support new APIs of the cluster
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * rename learner.py
      
      * Update README.md
      
      * Update README.md
      
      * Update README.cn.md
      
      * Update README.md
      
      * Update README.cn.md
      
      * Update README.md
      5612ecde
  7. 26 7月, 2019 1 次提交
    • B
      replace PE with compiler(new feature in paddle151). (#99) · d33f3002
      Bo Zhou 提交于
      * fix the compatibility issue
      
      * fix the comment issue
      
      * support paddle 1.5.1 and replace PE with compiler
      
      * yapf&copyright
      
      * yapf
      
      * fix the teamcity problem
      
      * fix the teamcity problem
      
      * fix comment
      
      * only support paddle 1.5.1
      
      * Cmake
      
      * fix comment
      d33f3002
  8. 05 7月, 2019 1 次提交
    • B
      Documents cn (#85) · 96c58265
      Bo Zhou 提交于
      * Update README.cn.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.cn.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      96c58265
  9. 19 4月, 2019 2 次提交
  10. 18 4月, 2019 2 次提交
    • H
      Refine (#67) · 3556c786
      Hongsheng Zeng 提交于
      * fix typo
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * soft depend on fluid; add module to monitor client status
      
      * improve performance of IMPALA example
      
      * fix bug of some client cannot exit normally
      
      * refine comment
      
      * .
      3556c786
    • B
      Add a Chinese documentation (#65) · 432d75b7
      Bo Zhou 提交于
      * Update README.md
      
      * Create README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.cn.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.cn.md
      432d75b7
  11. 17 4月, 2019 1 次提交
    • H
      GA3C example (#63) · 3c511e8f
      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
      
      * add a3c algorithm, A2C example and rl_utils
      
      * require training in single gpu/cpu
      
      * only check cpu/gpu num in learner
      
      * refine Readme
      
      * update impala benchmark picture; update Readme
      
      * add benchmark result of A2C
      
      * move get_params/set_params in agent_base
      
      * add GA3C example
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * refine Readme
      
      * add benchmark
      
      * add default safe eps in numpy logp calculation
      
      * refine document; make unittest stable
      3c511e8f
  12. 15 4月, 2019 1 次提交
    • H
      A2C example (#62) · 39846831
      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
      
      * add a3c algorithm, A2C example and rl_utils
      
      * require training in single gpu/cpu
      
      * only check cpu/gpu num in learner
      
      * refine Readme
      
      * update impala benchmark picture; update Readme
      
      * add benchmark result of A2C
      
      * move get_params/set_params in agent_base
      
      * fix shell script cannot run in ubuntu
      
      * refine comment and document
      
      * Update README.md
      
      * Update README.md
      39846831
  13. 13 4月, 2019 1 次提交
    • B
      add some introduction for our parallelization feature (#61) · 452050a0
      Bo Zhou 提交于
      * Update remote_decorator.py
      
      * Update README.md
      
      * add an figure for the demonstration about parallelization
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * add a link to IMPALA
      452050a0
  14. 08 4月, 2019 1 次提交
    • H
      implement of IMPALA with the newest parallel design (#60) · b28289ac
      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
      b28289ac
  15. 11 3月, 2019 1 次提交
    • B
      update documents (#58) · d8449b74
      Bo Zhou 提交于
      * Update README.md
      
      * Update train.py
      
      * Update README.md
      
      * Update agent_base.py
      
      * Update train.py
      
      * Update train.py
      
      * Update train.py
      d8449b74
  16. 01 3月, 2019 1 次提交
  17. 27 2月, 2019 1 次提交
    • B
      first version of network communication (#49) · bbde58fb
      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
      bbde58fb
  18. 14 2月, 2019 1 次提交
  19. 18 1月, 2019 1 次提交
    • H
      Refine documents of PARL (#43) · 7a7583ab
      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
      7a7583ab
  20. 15 1月, 2019 1 次提交
    • H
      NeurIPS2018-AI-for-Prosthetics-Challenge training code (#40) · cdb50056
      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
      cdb50056
  21. 04 1月, 2019 1 次提交
    • H
      add PPO example (#39) · f8de849b
      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
      f8de849b
  22. 15 12月, 2018 1 次提交
    • H
      Add DDPG example (#36) · 53c94787
      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
      53c94787
  23. 07 12月, 2018 1 次提交
    • H
      Add QuickStart example (#35) · cdd4622a
      Hongsheng Zeng 提交于
      * add QuickStart example, refine DQN example
      
      * add examples link
      
      * refine the naming, and add quick start training result
      cdd4622a
  24. 04 12月, 2018 1 次提交
  25. 29 11月, 2018 1 次提交
  26. 17 5月, 2018 2 次提交
  27. 26 4月, 2018 1 次提交