1. 01 8月, 2019 2 次提交
    • H
      release version 1.1.1 (#111) · ee07ec21
      Hongsheng Zeng 提交于
      * release version 1.1.1
      
      * add version requirement of tensorboard
      ee07ec21
    • 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
  2. 31 7月, 2019 1 次提交
  3. 30 7月, 2019 1 次提交
    • B
      Basic docs (#103) · fb9af353
      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
      
      * add documentaion for basic classes
      
      * change the order of three basic classes
      
      * fix commemt & yapf
      
      * comment #2
      
      * yapf#3
      
      * fix commemt@zhs
      
      * minor change
      
      * modify comment
      
      * Update algorithm.py
      
      * Update agent.py
      
      * Update algorithm.py
      fb9af353
  4. 29 7月, 2019 2 次提交
  5. 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
  6. 25 7月, 2019 2 次提交
  7. 24 7月, 2019 2 次提交
  8. 18 7月, 2019 1 次提交
  9. 17 7月, 2019 1 次提交
  10. 11 7月, 2019 1 次提交
  11. 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
  12. 09 7月, 2019 1 次提交
  13. 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
  14. 04 7月, 2019 2 次提交
    • B
      Onlinedocs (#84) · 079d7407
      Bo Zhou 提交于
      * test
      
      * add installation of the current package
      
      * remove the dependencies file
      079d7407
    • L
      create docs (#82) · 02090ca8
      LI Yunxiang 提交于
      * test_docs
      
      * Create index.md
      
      * Delete index.md
      
      * check yapf
      
      * remove source
      
      * Update conf.py
      
      * update requirements
      
      * add a new line at the end
      
      * Fix End of Files
      
      * fix-end-of-line
      
      * remove requirements.txt
      
      * Update .readthedocs.yml
      02090ca8
  15. 18 6月, 2019 1 次提交
  16. 04 6月, 2019 1 次提交
  17. 13 5月, 2019 1 次提交
    • H
      support serialize/deserialize instance of custom class (#77) · 48fc1de8
      Hongsheng Zeng 提交于
      * support serialize/deserialize instance of custom class
      
      * update version requirement of dependences
      
      * remove requirements of unittest which are included in parl
      
      * use fashion style of pyarrow serialization context; add thread safe unittest of serialize/deserialize
      
      * add thread-safe test of remote module; add more exception tips of serialize/deserialize
      
      * refine comment
      48fc1de8
  18. 09 5月, 2019 1 次提交
  19. 29 4月, 2019 1 次提交
  20. 24 4月, 2019 1 次提交
  21. 23 4月, 2019 2 次提交
  22. 19 4月, 2019 3 次提交
  23. 18 4月, 2019 3 次提交
    • Q
      compatible queue definition (#66) · ed4f4322
      qinduohao 提交于
      * add compatible queue definition
      ed4f4322
    • 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 26 3月, 2019 1 次提交
    • H
      add api set_params/get_params in Model (#56) · 7346a23d
      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
      7346a23d
  29. 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
  30. 07 3月, 2019 1 次提交
    • H
      new feature: parl.remote (#54) · 348db1fb
      Hongsheng Zeng 提交于
      * refine remote module, add heartbeat machanism and unittest
      
      * yapf
      
      * yapf
      
      * support get ip address in CentOS, add dependence
      
      * yapf
      
      * add dependence in Dockerfile
      
      * refine message_tag, Compatible with Python2 and python3
      
      * refine unittest and comments
      
      * remove ParlError, use to_pybytes api to compatible with Python 2 and python 3
      
      * Not need to use to_pybytes
      
      * use parl-test docker image for unittest, which has python2 and python3 env
      
      * test different release order of sockets
      
      * test for different closing way fo context and socket
      
      * tmp commit for debug in teamcity
      
      * tmp commit for debug in teamcity
      
      * tmp commit for debug in teamcity
      
      * use zmq.context destroy to close multi-thread socket, refine RemoteError
      
      * set linger=0 for command socket in RemoteObject
      
      * remove close context unittest
      
      * fix codestyle
      
      * fix codestyle
      
      * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually
      
      * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually
      
      * fix typo
      
      * remove unnecessary try/except in reply loop of client
      
      * import RemoteManager to parl; refine comment
      348db1fb