1. 28 4月, 2020 3 次提交
    • R
      release parl 1.3 · 18ffb506
      robot 提交于
      18ffb506
    • 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
  2. 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
  3. 26 4月, 2020 1 次提交
  4. 21 4月, 2020 3 次提交
  5. 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
  6. 10 4月, 2020 1 次提交
  7. 08 4月, 2020 1 次提交
  8. 07 4月, 2020 1 次提交
  9. 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
  10. 01 4月, 2020 1 次提交
  11. 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
  12. 30 3月, 2020 1 次提交
  13. 27 3月, 2020 1 次提交
    • R
      Add UnitTest for DeepES (#231) · 15c68e58
      rical730 提交于
      * Add UnitTest for DeepES
      
      * update Dockerfile
      
      * only unittest
      
      * remove the commented lines and empty functions.
      
      * update CMakefile
      
      * add optimizer unittest and torch demo test
      
      * use optimizer_factory and add fail unittest case
      
      * remove duplicate files, and simplify unittest
      
      * teamcity test
      
      * delete test case
      
      * remove comment line
      
      * shield progress display of downloading and unzip libtorch
      
      * remove deepes torch demo test
      
      * delete useless comment
      15c68e58
  14. 25 3月, 2020 3 次提交
  15. 24 3月, 2020 2 次提交
  16. 23 3月, 2020 13 次提交
  17. 22 3月, 2020 1 次提交
  18. 20 3月, 2020 1 次提交
  19. 18 3月, 2020 2 次提交
    • H
      LiftSim A2C baseline (#209) · 6b70b81d
      Hongsheng Zeng 提交于
      * liftsim a2c baseline
      
      * update readme
      
      * compatible with different os
      
      * empty
      
      * refine comments
      
      * remove unnecessary assertion; add tensorboard guide
      
      * remove unnecessary assertion
      
      * update parl dependence of A2C
      6b70b81d
    • B
      deepES framework & a demo that is compatible with torch (#214) · c848bda2
      Bo Zhou 提交于
      * add deepES & a demo that is compatible with torch
      
      * add copyright & update protoc file path
      
      * add copyright
      
      * rm useless files
      
      * update dependency on libtorch
      
      * add the demonstration gif
      
      * update gif
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update scripts
      
      * update scripts#2
      
      * update torch_predictor
      c848bda2