1. 13 7月, 2020 1 次提交
  2. 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
  3. 06 3月, 2020 1 次提交
  4. 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