1. 01 4月, 2020 3 次提交
  2. 31 3月, 2020 5 次提交
  3. 30 3月, 2020 3 次提交
  4. 27 3月, 2020 2 次提交
    • Z
      rename SamplingKey to SamplingInfo · 3f22fd3e
      zhoubo01 提交于
      3f22fd3e
    • 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
  5. 25 3月, 2020 3 次提交
  6. 24 3月, 2020 2 次提交
  7. 23 3月, 2020 13 次提交
  8. 22 3月, 2020 1 次提交
  9. 20 3月, 2020 1 次提交
  10. 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
  11. 16 3月, 2020 1 次提交
    • B
      update comments for ES (#211) · fa420300
      Bo Zhou 提交于
      * update comments for ES
      
      * check dependence on paddle or torch
      
      * update readme
      
      * update readme#2
      
      * users can still use parl.remote when no DL framework was found
      
      * yapf
      fa420300
  12. 09 3月, 2020 1 次提交
    • R
      update parl.maddpg without import gym (#208) · 7f2abd56
      rical730 提交于
      * add maddpg example
      
      * format with yapf
      
      * fix coding style
      
      * fix coding style
      
      * unittest without import multiagent env
      
      * update maddpg code
      
      * update maddpg readme
      
      * add copyright comments
      
      * update parl.maddpg without import gym
      
      * update NeurlIPS2018.gif to NeurlIPS2019.gif
      
      * update readme and comments
      7f2abd56
  13. 06 3月, 2020 1 次提交
  14. 03 3月, 2020 1 次提交
  15. 08 2月, 2020 1 次提交
    • R
      add maddpg example (#200) · 9216d941
      rical730 提交于
      * add maddpg example
      
      * format with yapf
      
      * fix coding style
      
      * fix coding style
      
      * unittest without import multiagent env
      
      * update maddpg code
      
      * update maddpg readme
      
      * add copyright comments
      9216d941