1. 11 8月, 2020 2 次提交
  2. 30 7月, 2020 1 次提交
  3. 27 7月, 2020 1 次提交
  4. 24 7月, 2020 1 次提交
  5. 23 7月, 2020 2 次提交
  6. 22 7月, 2020 1 次提交
  7. 20 7月, 2020 1 次提交
  8. 17 7月, 2020 1 次提交
    • Z
      support python 3.8 (#351) · 779b5d4e
      zenghsh3 提交于
      * support python 3.8
      
      * fix python2 compatibility
      
      * remove py38 unittest since paddle don't support python3.8
      779b5d4e
  9. 14 7月, 2020 1 次提交
  10. 13 7月, 2020 1 次提交
  11. 10 7月, 2020 1 次提交
  12. 02 7月, 2020 1 次提交
  13. 01 7月, 2020 1 次提交
    • R
      fix self.alg (#325) · a50793e4
      rical730 提交于
      * fix self.alg
      
      * torch agent initialization
      
      * remove definition of self.alg in PPO
      
      * replace self.algorithm with self.alg
      
      * remove unnecessary definition of self.alg
      
      * fix cn readme
      
      * unittest
      
      * yapf
      a50793e4
  14. 27 6月, 2020 1 次提交
  15. 24 6月, 2020 1 次提交
  16. 23 6月, 2020 3 次提交
  17. 20 6月, 2020 1 次提交
  18. 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
  19. 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
  20. 17 6月, 2020 1 次提交
  21. 16 6月, 2020 1 次提交
  22. 11 6月, 2020 4 次提交
  23. 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
  24. 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
  25. 08 6月, 2020 1 次提交
  26. 06 6月, 2020 1 次提交
  27. 05 6月, 2020 4 次提交