1. 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
  2. 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
  3. 14 8月, 2019 1 次提交
    • 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
  4. 02 8月, 2019 1 次提交
  5. 01 8月, 2019 1 次提交
  6. 18 7月, 2019 1 次提交
  7. 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
  8. 29 4月, 2019 1 次提交
  9. 23 4月, 2019 1 次提交
  10. 19 4月, 2019 2 次提交
  11. 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
  12. 18 1月, 2019 1 次提交
    • H
      Refine documents of PARL (#43) · 7a7583ab
      Hongsheng Zeng 提交于
      * remove not used files, add benchmark for DQN and DDPG, add Parameters management Readme
      
      * Update README.md
      
      * Update README.md
      
      * add parl dependence in examples, use np shuffle instead of sklean
      
      * fix codestyle
      
      * refine readme of nips example
      
      * fix bug
      
      * fix code style
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * refine document and remove outdated design doc
      
      * Update README.md
      
      * Update README.md
      
      * refine comment
      
      * release version 1.0
      
      * gif of examples
      
      * Update README.md
      
      * update Readme
      7a7583ab
  13. 30 11月, 2018 1 次提交
  14. 27 11月, 2018 1 次提交
  15. 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
  16. 13 11月, 2018 1 次提交
  17. 11 9月, 2018 1 次提交
  18. 01 6月, 2018 1 次提交
  19. 17 5月, 2018 2 次提交