1. 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
  2. 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
  3. 23 6月, 2020 1 次提交
  4. 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
  5. 11 6月, 2020 1 次提交
  6. 06 6月, 2020 1 次提交
  7. 05 6月, 2020 1 次提交
  8. 29 5月, 2020 1 次提交
  9. 30 4月, 2020 1 次提交
  10. 03 3月, 2020 1 次提交
  11. 27 11月, 2019 1 次提交
  12. 06 11月, 2019 1 次提交
    • L
      add pytorch a2c (#167) · 4abc0534
      LI Yunxiang 提交于
      * add pytorch a2c
      
      * add set/get_weights test & copyright
      
      * yapf....
      
      * Update model_base_test_torch.py
      
      * update
      
      * Delete banma.py
      
      * Update model_base_test_torch.py
      
      * update
      
      * Update model.py
      
      * update torch tests
      
      * Update model_base_test_torch.py
      4abc0534
  13. 25 9月, 2019 1 次提交
    • F
      torchdqn (#150) · 757cc391
      fuyw 提交于
      * git commit -m torchdqn
      
      * yapf
      
      * fix bugs
      
      * fix bugs
      
      * fix bugs
      
      * yapf
      
      * remove fstring format
      
      * torch_test yapf
      
      * yapf
      
      * Add torch in unittest.requirements
      
      * update torch_unittest
      
      * Torch and FLUID conflict problem in __init__.py
      
      * Unittest fail for torch when both torch and fluid exists.
      
      * cluster_test fail in the unittest, add timeout seconds.
      
      * Torch backend for PARL
      
      * add sleep time for unit test send_job_test.py
      
      * Unit test for send_job_test.py
      
      * use multiple try for unit test
      
      * Fix compatibility for python2.7.
      
      * fix send_job_test.py bugs
      
      * check file exist before send_job_test.py
      
      * Modify send_job_test.py
      757cc391