1. 23 6月, 2020 2 次提交
  2. 20 6月, 2020 1 次提交
  3. 19 6月, 2020 1 次提交
    • C
      Avoid SyntaxWarning on Python >= 3.8 (#304) · e25b475c
      Christian Clauss 提交于
      % `python3.8`
      ```
      >>> 0 is 0
      <stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="?
      >>> 'Double' is 'Double'
      <stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="?
      ```
      e25b475c
  4. 18 6月, 2020 1 次提交
    • B
      Add Chinese docs (#301) · aa81b0f1
      Bo Zhou 提交于
      * add docs
      
      * add docs
      
      * typo
      
      * Update Overview.md
      
      * update docs
      
      * yapf
      
      * yapf
      aa81b0f1
  5. 17 6月, 2020 1 次提交
  6. 16 6月, 2020 1 次提交
  7. 11 6月, 2020 4 次提交
  8. 10 6月, 2020 4 次提交
    • R
      add tutorials (#270) · 1cf17a57
      rical730 提交于
      * add tutorials
      
      * yapf
      
      * yapf
      
      * copyright
      
      * yapf
      
      * update tutorial lesson5
      
      * delete drawing code
      
      * yapf
      
      * remove action_mapping
      
      * update dqn and add README
      
      * update
      
      * update
      
      * yapf
      1cf17a57
    • 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
    • R
      upgrade DQN's lr interface compatibility (#291) · a9159021
      rical730 提交于
      * upgrade DQN's lr interface compatibility
      
      * yapf
      
      * update example DQN
      a9159021
  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. 08 6月, 2020 1 次提交
  11. 06 6月, 2020 1 次提交
  12. 05 6月, 2020 4 次提交
  13. 03 6月, 2020 1 次提交
    • B
      add VisualDL as summary logging backend (#277) · 7d6e8719
      Bo Zhou 提交于
      * add VisualDL as summary logging backend
      
      * yapf
      
      * copyright
      
      * using visualdl as the default logging tool
      
      * only support linux at the moment
      
      * yapf
      
      * yapf
      
      * remove dependency on six
      
      * unittest
      
      * yapf
      7d6e8719
  14. 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
  15. 01 6月, 2020 1 次提交
  16. 29 5月, 2020 1 次提交
  17. 28 5月, 2020 1 次提交
  18. 19 5月, 2020 1 次提交
  19. 18 5月, 2020 1 次提交
  20. 15 5月, 2020 1 次提交
  21. 14 5月, 2020 3 次提交
  22. 13 5月, 2020 1 次提交
  23. 11 5月, 2020 1 次提交
  24. 07 5月, 2020 1 次提交
  25. 06 5月, 2020 1 次提交
  26. 30 4月, 2020 1 次提交
  27. 28 4月, 2020 2 次提交
    • H
      release parl 1.3 (#255) · 6fa2d081
      Hongsheng Zeng 提交于
      6fa2d081
    • 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