1. 23 3月, 2020 3 次提交
  2. 18 3月, 2020 1 次提交
    • H
      LiftSim A2C baseline (#209) · 6b70b81d
      Hongsheng Zeng 提交于
      * liftsim a2c baseline
      
      * update readme
      
      * compatible with different os
      
      * empty
      
      * refine comments
      
      * remove unnecessary assertion; add tensorboard guide
      
      * remove unnecessary assertion
      
      * update parl dependence of A2C
      6b70b81d
  3. 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
  4. 06 3月, 2020 1 次提交
  5. 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
  6. 14 1月, 2020 1 次提交
  7. 30 12月, 2019 1 次提交
  8. 21 12月, 2019 1 次提交
  9. 17 12月, 2019 1 次提交
  10. 11 12月, 2019 1 次提交
  11. 09 12月, 2019 1 次提交
  12. 04 12月, 2019 1 次提交
  13. 22 11月, 2019 1 次提交
  14. 18 11月, 2019 1 次提交
  15. 16 11月, 2019 1 次提交
    • H
      make job run task in a separate process (#170) · 64aebb6d
      Hongsheng Zeng 提交于
      * make job run task in a separate process
      
      * fix typo
      
      * add more debug info in xparl client
      
      * refine control flow of different processes in xparl job
      
      * refine control flow of different processes in xparl job
      
      * remove tsinghua source
      
      * remove tsinghua source
      
      * remove unnecessary logic
      
      * fix typo
      
      * refine comments and some logic
      
      * fix bug, `decay=0` means totally synchronize weights of source model to target model
      64aebb6d
  16. 11 11月, 2019 1 次提交
  17. 04 11月, 2019 1 次提交
  18. 29 10月, 2019 1 次提交
  19. 24 10月, 2019 1 次提交
  20. 25 9月, 2019 1 次提交
  21. 17 9月, 2019 1 次提交
  22. 26 8月, 2019 1 次提交
    • B
      fix minor problems in the docs (#138) · b6122aa2
      Bo Zhou 提交于
      * fix minor probmels in the docs
      
      * typo
      
      * remove pip source
      
      * fix monitor
      
      * add performance of A2C
      
      * Update README.md
      
      * modify logger for GPU detection
      b6122aa2
  23. 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
  24. 12 8月, 2019 1 次提交
    • H
      ES example (#105) · 60d68135
      Hongsheng Zeng 提交于
      * ES example
      
      * refine settings
      
      * fix yapf
      
      * refine documentation; remove csv logger
      
      * fix bug
      
      * merge learner.py and train.py; add version requirements of gym and atari_py
      
      * unify actor num
      60d68135
  25. 06 8月, 2019 1 次提交
    • L
      add new_alg.rst (#123) · a7670972
      LI Yunxiang 提交于
      * add new_alg.rst
      
      * rename LiftSim_demo as LiftSim_baseline
      
      * Update new_alg.rst
      
      * Update new_alg.rst
      a7670972
  26. 05 8月, 2019 1 次提交
    • L
      add liftsim baseline (#120) · c1646351
      LI Yunxiang 提交于
      * add liftsim baseline
      
      * yapf
      
      * yapf...
      
      * modify acc. comments
      
      * yapf
      
      * yapf..........
      
      * yapf!
      
      why is yapf on paddle different from that on my mac!!!!!
      c1646351
  27. 02 8月, 2019 1 次提交
    • F
      first pr (#113) · b29a1ec1
      fuyw 提交于
      * first pr
      
      * start a worker when the master is started.
      
      * First PR & Fix logger bugs.
      
      * update docs for a2c, impala and ga3c
      
      * update doc
      
      * yapf modification
      
      * update logger
      
      * yapf correct
      
      * yapf
      
      * setup.py
      
      * old setup.py
      
      * worker 86
      b29a1ec1
  28. 01 8月, 2019 1 次提交
    • B
      Save params (#107) · 7dafee77
      Bo Zhou 提交于
      * new feature: save params
      
      * add unittest for save()/retore()
      
      * add an example demonstrating the usage
      
      * rename the variable
      
      * yapf
      
      * fix comment
      7dafee77
  29. 29 7月, 2019 1 次提交
  30. 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
  31. 25 7月, 2019 1 次提交
  32. 24 7月, 2019 2 次提交
  33. 10 7月, 2019 1 次提交
    • B
      make the quickstart more compact (#88) · 9dc152f0
      Bo Zhou 提交于
      * make the quickstart more compact
      
      * remove args in the main function
      
      * yapf
      
      * add gif
      
      * remove render
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      9dc152f0
  34. 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
  35. 18 6月, 2019 1 次提交
  36. 23 4月, 2019 1 次提交
  37. 19 4月, 2019 1 次提交