1. 28 4月, 2020 1 次提交
    • 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. 26 3月, 2019 1 次提交
    • H
      add api set_params/get_params in Model (#56) · 7346a23d
      Hongsheng Zeng 提交于
      * add api set_params/get_params in Model; add Interface of Network and LayerFunc to solve circular imports; refine parameter_names api of Model
      
      * remove licence in third party code; remove interface of Network and LayerFunc; move get_parameter_pairs and get_parameter_names api to Network
      
      * refine comment
      
      * refine commment
      7346a23d
  3. 04 12月, 2018 1 次提交
    • H
      DQN example (#33) · 4a4366a5
      Hongsheng Zeng 提交于
      * add DQN example, add Agent unittest
      
      * refine readme
      
      * refine  code
      
      * simplify code
      4a4366a5