1. 10 6月, 2020 1 次提交
  2. 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
  3. 08 6月, 2020 1 次提交
  4. 06 6月, 2020 1 次提交
  5. 05 6月, 2020 4 次提交
  6. 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
  7. 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
  8. 01 6月, 2020 1 次提交
  9. 29 5月, 2020 1 次提交
  10. 28 5月, 2020 1 次提交
  11. 19 5月, 2020 1 次提交
  12. 18 5月, 2020 1 次提交
  13. 15 5月, 2020 1 次提交
  14. 14 5月, 2020 3 次提交
  15. 13 5月, 2020 1 次提交
  16. 11 5月, 2020 1 次提交
  17. 07 5月, 2020 1 次提交
  18. 06 5月, 2020 1 次提交
  19. 30 4月, 2020 1 次提交
  20. 28 4月, 2020 3 次提交
    • 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
    • L
      add simple dqn demo (#254) · 117b1c38
      LI Yunxiang 提交于
      * add simple dqn
      
      * Update README.md
      
      * Update train.py
      
      * update
      
      * update image in README
      
      * update readme
      
      * simplify
      
      * yapf
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update train.py
      
      * yapf
      117b1c38
  21. 27 4月, 2020 2 次提交
    • X
      update docs (#253) · 0698534b
      xiaoyao4573 提交于
      * update docs
      
      * update docs
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      0698534b
    • L
      remove version 1.3 warnings (#252) · 0a068653
      LI Yunxiang 提交于
      * remove version 1.3 warnings
      
      * update
      
      * yapf
      
      * add algorithms test
      
      * Update algs_test.py
      
      * Update algs_test.py
      
      add SAC DDPG TD3 tests
      
      * yapf
      0a068653
  22. 26 4月, 2020 1 次提交
  23. 21 4月, 2020 3 次提交
  24. 11 4月, 2020 1 次提交
    • B
      Evo kit (#244) · 2d21e5d6
      Bo Zhou 提交于
      * rename namespace
      
      * update torch code
      
      * rename deepes to evokit
      
      * update readme
      
      * Update CMakeLists.txt
      
      * update build.sh
      2d21e5d6
  25. 10 4月, 2020 1 次提交
  26. 08 4月, 2020 1 次提交
  27. 07 4月, 2020 1 次提交
  28. 02 4月, 2020 1 次提交
    • B
      remove depedence on predictor.clone() (#240) · 65554cd6
      Bo Zhou 提交于
      * remove depedence on predictor.clone()
      
      * remove commented lines
      
      * remove FATAL logging
      
      * remove ESAgent's construnction function based on cxx_config
      
      * mv prototxt
      65554cd6
  29. 01 4月, 2020 1 次提交
  30. 31 3月, 2020 1 次提交
    • R
      add es torch effect test (#236) · a1ac2da3
      rical730 提交于
      * add es torch effect test
      
      * test the performance using the gtest framework
      
      * update
      
      * delete last blank line of CMakeLists.txt
      
      * optimizer sin demo and use vector for data storage
      
      * optimize sin demo test
      a1ac2da3