1. 22 10月, 2019 1 次提交
  2. 16 10月, 2019 1 次提交
  3. 08 10月, 2019 1 次提交
  4. 25 9月, 2019 2 次提交
    • F
      torchdqn (#150) · 757cc391
      fuyw 提交于
      * git commit -m torchdqn
      
      * yapf
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * yapf
      
      * remove fstring format
      
      * torch_test yapf
      
      * yapf
      
      * Add torch in unittest.requirements
      
      * update torch_unittest
      
      * Torch and FLUID conflict problem in __init__.py
      
      * Unittest fail for torch when both torch and fluid exists.
      
      * cluster_test fail in the unittest, add timeout seconds.
      
      * Torch backend for PARL
      
      * add sleep time for unit test send_job_test.py
      
      * Unit test for send_job_test.py
      
      * use multiple try for unit test
      
      * Fix compatibility for python2.7.
      
      * fix send_job_test.py bugs
      
      * check file exist before send_job_test.py
      
      * Modify send_job_test.py
      757cc391
    • L
      add dygraph pg (#155) · 49b0e706
      LI Yunxiang 提交于
      * add dygraph pg
      
      * update acc. comments
      
      * update comments
      49b0e706
  5. 17 9月, 2019 1 次提交
  6. 05 9月, 2019 1 次提交
  7. 03 9月, 2019 1 次提交
  8. 01 9月, 2019 1 次提交
    • F
      Add `files` argument when creating a client. (#143) · 7318f63e
      fuyw 提交于
      * Add `files` argument when creating a client.
      
      * Add `distributed_files` to parl.connect
      
      * yapf
      
      * Add try exception for `cls=cloudpickle.loads()`
      
      * yapf
      
      * unittest cluster_status_test.py `address is used`.
      
      * Solve port address duplicate problem.
      
      * combine two try except
      
      * check monitor for xparl status
      
      * yapf
      
      * fix bugs
      
      * fix bugs
      
      * More sleep in cluster_test.py.
      
      * yapf
      
      * add debug mode
      
      * add debug model
      
      * Fix reset_job_test.py timeout problem.
      
      * remove time decorator
      
      * Add timeout_decorator
      7318f63e
  9. 29 8月, 2019 4 次提交
  10. 27 8月, 2019 1 次提交
  11. 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
  12. 23 8月, 2019 1 次提交
    • F
      fix unittest bugs (#136) · 46f59906
      fuyw 提交于
      * add favicon
      
      * Sleep longer for unittest.
      
      * fix unittest bugs
      
      * increase sleep seconds after job_memory error
      46f59906
  13. 21 8月, 2019 1 次提交
    • F
      Add xparl status & @remote_class(max_memory) (#134) · eca90f14
      fuyw 提交于
      * fix css max-width bug
      
      * check if monitor_port is used
      
      * change master log dir to .parl_data/master/port
      
      * Add docs/parallel_training/features.rst
      
      * rename feature.rst to overview.rst
      
      * Add xparl status & @remote_class(max_memory)
      
      * fix yapf error
      
      * use new remote/tests
      
      * reply job_memory_info to client heartbeat
      
      * add cluster_status_test.py
      
      * update overview.rst
      
      * Update docs
      eca90f14
  14. 19 8月, 2019 1 次提交
    • B
      Unittest in parallel (#135) · eff8e974
      Bo Zhou 提交于
      * upgrade unit test to reduce test time
      
      * minor change
      
      * fix the bug in unit tests
      
      * fix the bug in build.sh
      
      * Update build.sh
      
      * Update test.sh
      
      * fix a potential bug that will hung the test
      
      * then
      
      * solve the problem in documentation
      eff8e974
  15. 14 8月, 2019 2 次提交
    • H
      make remote client support multiprocessing (#133) · f2a1fda6
      Hongsheng Zeng 提交于
      * make remote client support multiprocessing
      
      * refine unittest
      
      * refine unittest
      
      * refine comment
      f2a1fda6
    • F
      Fuyw (#131) · dcb16294
      fuyw 提交于
      * Add parl monitor.
      
      * Add clustermonitor.py
      
      * Fix thread safety bug.
      
      * Fix js bugs.
      
      * Fix End of Files.
      
      * fix cluster_test bug
      
      * yapf error
      
      * fix bugs in tests/job_center_test.py
      
      * fix bugs in tests/job_center_test.py
      
      * add test_cluster_monitor.py
      
      * add worker.exit in test_cluster_monitor.py
      dcb16294
  16. 13 8月, 2019 2 次提交
    • B
      Zhoubo01 papers (#132) · b29c45a6
      Bo Zhou 提交于
      * Update model-based.md
      
      * Update and rename model-based.md to archive.md
      b29c45a6
    • 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
  17. 12 8月, 2019 3 次提交
    • 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
    • H
      fix bug of ParamAttr (#126) · 2ad3c4c0
      Hongsheng Zeng 提交于
      * fix bug of ParamAttr
      
      * refine imports of unittest
      2ad3c4c0
    • B
      Cluster#2 (#124) · 84c94cc4
      Bo Zhou 提交于
      * fix a number of bug
      
      * update comments
      
      * paddle license
      
      * revert the change on client_not_init_test.py
      
      * fix timeout bug & unnitest
      
      * add unit test for potential bugs
      
      * yapf
      
      * unit test
      
      * logger
      
      * logger#2
      
      * fix job's bug that will cause dead-lock
      
      * fix bug
      
      * add missing files
      
      * solve hanging
      
      * fix comments; exit job completely
      
      * hanging problem
      
      * hanging problem#2
      
      * hanging_program#3
      
      * CMAKE
      
      * remove unused variables
      84c94cc4
  18. 06 8月, 2019 2 次提交
  19. 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
  20. 03 8月, 2019 3 次提交
  21. 02 8月, 2019 3 次提交
    • F
      new setup (#114) · a13dcce5
      fuyw 提交于
      a13dcce5
    • 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
    • B
      add docs for the cluster (#112) · 7cc9677c
      Bo Zhou 提交于
      * add docs for the cluster
      
      * mispelling issues
      
      * minor change
      
      * fix comment
      
      * fix comments from yuxiang
      
      * fix comment
      
      * fix the bug of hyperlink
      
      * rename
      7cc9677c
  22. 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
  23. 31 7月, 2019 1 次提交
  24. 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
  25. 29 7月, 2019 2 次提交