1. 19 8月, 2020 2 次提交
    • R
      Update Overview.md (#393) · e228e234
      rical730 提交于
      * Update Overview.md
      
      add steps to run unittest on local machine
      
      * Update Overview.md
      
      * Update Overview.md
      
      * Update Overview.md
      e228e234
    • B
      comiit (#392) · 0ebb57de
      Bo Zhou 提交于
      0ebb57de
  2. 18 8月, 2020 2 次提交
  3. 17 8月, 2020 2 次提交
    • Y
      support RegExp input of distributed_files list (#377) · ec77a4ba
      Yuecheng Liu 提交于
      * add support of RegExp input of distributed_files[]
      
      * add support of RegExp input of distributed_files[]
      
      * add RegExp input of distributed files (together with unittest)
      
      * support RegExp input of distributed files (failing case unittest added)
      
      * support RegExp input of distributed files, update setup.py
      
      * support RegExp input of distributed files
      
      * add RegExp support for distributed files input
      
      * add more test cases
      ec77a4ba
    • B
      support jupyter (#385) · 74d4facb
      Bo Zhou 提交于
      * support jupyter
      
      * Update utils.py
      
      * Update utils.py
      74d4facb
  4. 14 8月, 2020 3 次提交
  5. 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
  6. 11 8月, 2020 2 次提交
  7. 30 7月, 2020 1 次提交
  8. 27 7月, 2020 1 次提交
  9. 24 7月, 2020 1 次提交
  10. 23 7月, 2020 2 次提交
  11. 22 7月, 2020 1 次提交
  12. 20 7月, 2020 1 次提交
  13. 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
  14. 14 7月, 2020 1 次提交
  15. 13 7月, 2020 1 次提交
  16. 10 7月, 2020 1 次提交
  17. 02 7月, 2020 1 次提交
  18. 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
  19. 27 6月, 2020 1 次提交
  20. 24 6月, 2020 1 次提交
  21. 23 6月, 2020 3 次提交
  22. 20 6月, 2020 1 次提交
  23. 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
  24. 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
  25. 17 6月, 2020 1 次提交
  26. 16 6月, 2020 1 次提交
  27. 11 6月, 2020 4 次提交
  28. 10 6月, 2020 1 次提交
    • 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