1. 25 9月, 2020 1 次提交
    • B
      add papers (#419) · 775a6afe
      Bo Zhou 提交于
      * Create DeepMind2020.md
      
      * Update DeepMind2020.md
      775a6afe
  2. 24 9月, 2020 1 次提交
  3. 22 9月, 2020 1 次提交
  4. 07 9月, 2020 1 次提交
  5. 04 9月, 2020 1 次提交
  6. 24 8月, 2020 1 次提交
  7. 22 8月, 2020 1 次提交
  8. 21 8月, 2020 2 次提交
    • R
      add torch coma (#216) · 1cbcfb15
      rical730 提交于
      * add torch coma
      
      * add Apache License comment
      
      * update readme
      
      * update readme for installing sc2 on windows
      
      * update readme
      
      * add new line at the end of shell file
      
      * update readme
      
      * update readme of coma
      
      * fix model_path
      
      * self.algorithm to self.alg
      Co-authored-by: NBo Zhou <2466956298@qq.com>
      1cbcfb15
    • G
      Seed AlphaZero Threads (#402) · 3ff55408
      goshawk22 提交于
      * Fix seed in Actor.py
      
      * Fix seed coach.py
      
      * Update Coach.py
      
      * Change i to seed in actor.py
      
      * Change i to seed in Coach.py
      3ff55408
  9. 20 8月, 2020 1 次提交
  10. 19 8月, 2020 3 次提交
  11. 18 8月, 2020 2 次提交
  12. 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
  13. 14 8月, 2020 3 次提交
  14. 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
  15. 11 8月, 2020 2 次提交
  16. 30 7月, 2020 1 次提交
  17. 27 7月, 2020 1 次提交
  18. 24 7月, 2020 1 次提交
  19. 23 7月, 2020 2 次提交
  20. 22 7月, 2020 1 次提交
  21. 20 7月, 2020 1 次提交
  22. 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
  23. 14 7月, 2020 1 次提交
  24. 13 7月, 2020 1 次提交
  25. 10 7月, 2020 1 次提交
  26. 02 7月, 2020 1 次提交
  27. 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
  28. 27 6月, 2020 1 次提交
  29. 24 6月, 2020 1 次提交
  30. 23 6月, 2020 2 次提交
    • C
      Travis CI: Discover undefined names in Python code (#306) · 524ba6f6
      Christian Clauss 提交于
      * Travis CI: Discover undefined names in Python code
      
      Blocked by #304 and #305
      
      * Add linter directive # noqa: F821
      
      * Flake8: Add E722 do not use bare 'except'
      
      * Flake8: Remove bare 'except' and open #309
      
      #309
      524ba6f6
    • R
      add toturials homework (#314) · 1bb52b4b
      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
      
      * add toturials homework
      1bb52b4b