1. 14 8月, 2020 1 次提交
    • L
      add the function to get and set attributes of remote models (#381) · d6e82f01
      liuyuecheng-github 提交于
      * add support of RegExp input of distributed_files[]
      
      * add support of RegExp input of distributed_files[]
      
      * add the function to get and set attributes of remote models
      
      * get_set_attributes, not finished
      
      * get_set_atributes, not finieshed yet
      
      * add function to get and set attributes of remote model
      
      * add function to get and set attributes of remote models
      
      * add more unnitest cases, together with several comments
      
      * make codes reusable
      d6e82f01
  2. 12 8月, 2020 1 次提交
    • B
      importting submodule in xparl (#373) · c322e6fb
      Bo Zhou 提交于
      * fix #370
      
      * add unit tests for importting submodule in xparl
      
      * add comment
      
      * revert scripts.py
      
      * yapf
      
      * unit test
      
      * fix relative path bug
      
      * read files using relative path
      
      * remove print
      
      * update CMake
      
      * add try times
      
      * fix the bug in log_server_test.py
      
      * fix relative path bug&add unit test
      
      * update utils.py
      
      * update Cmake
      
      * fix pyc bug
      
      * Update utils.py
      c322e6fb
  3. 11 8月, 2020 1 次提交
  4. 24 7月, 2020 1 次提交
  5. 22 7月, 2020 1 次提交
  6. 20 6月, 2020 1 次提交
  7. 11 6月, 2020 2 次提交
  8. 10 6月, 2020 2 次提交
    • Z
      Fix Windows compatibility in `log_server_test.py` (#293) · 3b6e7a92
      Zheyue Tan 提交于
      * catch `TypeError` in `remote.__del__`
      
      * `log_server_test.py` windows compatibility
      3b6e7a92
    • Z
      Add log monitor for remote actors (#269) · 6abe4f69
      Zheyue Tan 提交于
      * add logger for remote actors
      
      * resolve issues
      
      * `get_free_tcp_port` and `is_port_available` move to utils.py
      
      * add information for user in the remote log web UI
      
      * yapf formatting
      
      * fix unittest error
      
      * yapf formatting
      
      * update remote job web UI
      
      * add option for log server port
      
      * fix windows support
      
      * fix `os.devnull` in windows
      
      * fix port argument passing
      
      * fix bug
      
      * fix kill log_server
      
      * fix log server not started
      
      * add log_server_test
      Co-authored-by: NHongsheng Zeng <zenghongsheng@baidu.com>
      6abe4f69
  9. 09 6月, 2020 1 次提交
    • B
      fix the bug of recursive creating actors (#289) · 533d4b2c
      Bo Zhou 提交于
      * fix the bug of recursive creating actors
      
      * add comment
      
      * update comment
      
      * rename test files
      
      * fix workspace bug
      
      * fix the bug of distributing files
      
      * update comment
      
      * ban passing a absolute path
      533d4b2c
  10. 05 6月, 2020 3 次提交
  11. 02 6月, 2020 1 次提交
    • B
      ping the master before connection (#278) · d683f331
      Bo Zhou 提交于
      * ping the master before connection
      
      * yapf
      
      * fix comments
      
      * remove the useless library
      
      * install ping for the docker environment
      
      * remove protobuf intallation
      
      * remove evokit test
      d683f331
  12. 28 5月, 2020 1 次提交
  13. 28 4月, 2020 1 次提交
    • H
      support windows system (#215) · 2cb2c8bf
      Hongsheng Zeng 提交于
      * first version; unittest in parl/remote is passed
      
      * add windows local unittest shell; fix some incompatible problem
      
      * fix save api
      
      * refine comments and remove log of xparl stop
      
      * fix bug
      
      * Update scripts.py
      
      * Update utils.py
      
      * Update agent_base_test.py
      2cb2c8bf
  14. 25 3月, 2020 1 次提交
  15. 20 3月, 2020 1 次提交
  16. 30 12月, 2019 1 次提交
  17. 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
  18. 30 10月, 2019 1 次提交
  19. 25 9月, 2019 1 次提交
    • 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
  20. 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
  21. 29 8月, 2019 2 次提交
  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. 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
  24. 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
  25. 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
  26. 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
  27. 12 8月, 2019 1 次提交
    • 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
  28. 06 8月, 2019 1 次提交
  29. 03 8月, 2019 1 次提交
    • B
      Compatibility (#118) · 50f3bd31
      Bo Zhou 提交于
      * fix the vital issue on compatibility
      
      * resolve the warning log
      
      * yapf
      
      * yapf
      50f3bd31
  30. 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
  31. 04 6月, 2019 1 次提交
  32. 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
  33. 18 4月, 2019 2 次提交
    • 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