1. 23 3月, 2020 1 次提交
    • R
      add SGD and Adam Optimizer for DeepES (#222) · b1cabc2d
      rical730 提交于
      * add SGD and Adam Optimizer for DeepES
      
      * update deepes readme
      
      * add warning when input different size in the same param update()
      
      * add error return in update(), add optimizer.cc
      
      * separate SGD and Adam, optimizer type in config is not case sensitive
      
      * delete optimizer.cc
      
      * config optimizer in deepes.proto
      
      * more readable
      
      * update maddpg readme, fixed gym version
      b1cabc2d
  2. 18 3月, 2020 1 次提交
    • 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