1. 23 7月, 2020 1 次提交
  2. 03 9月, 2019 1 次提交
  3. 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
  4. 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
  5. 03 8月, 2019 1 次提交
    • B
      Compatibility (#118) · 50f3bd31
      Bo Zhou 提交于
      * fix the vital issue on compatibility
      
      * resolve the warning log
      
      * yapf
      
      * yapf
      50f3bd31
  6. 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
  7. 29 7月, 2019 1 次提交
  8. 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
  9. 27 11月, 2018 1 次提交
  10. 26 11月, 2018 1 次提交
    • H
      sync paras in program, fix deepcopy bug, python3 compatibility (#28) · e11b40c5
      Hongsheng Zeng 提交于
      * sync paras in program, fix deepcopy bug, python3 compatibility
      
      * refactor code, add plutil directory, clean import order
      
      * remove old comment
      
      * refine comment
      
      * fix codestyle
      
      * cache sync program, add gputils module, refine model_base unittest
      
      * fix codestyle
      
      * refine sync params cache
      
      * add fetch_value module
      e11b40c5
  11. 22 11月, 2018 1 次提交
    • H
      add logger module (#27) · 942c3c5c
      Hongsheng Zeng 提交于
      * add logger module
      
      * refine comment
      
      * add license
      
      * refine set_level api
      
      * refine unittest
      
      * fix codestyle with yapf
      
      * add termcolor dependency
      942c3c5c