1. 17 10月, 2021 5 次提交
  2. 16 10月, 2021 3 次提交
  3. 15 10月, 2021 3 次提交
  4. 14 10月, 2021 2 次提交
  5. 12 10月, 2021 2 次提交
  6. 09 10月, 2021 1 次提交
  7. 08 10月, 2021 1 次提交
    • L
      feature(zlx): add vs bot training and self-play training with slime volley env (#23) · dbf432cd
      LuciusMos 提交于
      * slime volley env in dizoo, first commit
      
      * fix bug in slime volley env
      
      * modify volley env to satisfy ding 1v1 requirements; add naive self-play and league training pipeline(evaluator is not finished, now use a very naive one)
      
      * adopt volley builtin ai as default eval opponent
      
      * polish(nyz): polish slime_volley_env and its test
      
      * feature(nyz): add slime_volley vs bot ppo demo
      
      * feature(nyz): add battle_sample_serial_collector and adapt abnormal check in subprocess env manager
      
      * feature(nyz): add slime volley self-play demo
      
      * style(nyz): add slime_volleyball env gif and split MARL and selfplay label
      
      * feature(nyz): add save replay function in slime volleyball env
      Co-authored-by: Nzlx-sensetime <zhaoliangxuan@sensetime.com>
      Co-authored-by: Nniuyazhe <niuyazhe@sensetime.com>
      dbf432cd
  8. 02 10月, 2021 2 次提交
  9. 01 10月, 2021 3 次提交
  10. 30 9月, 2021 7 次提交
  11. 29 9月, 2021 4 次提交
    • N
    • S
      feature(nyz): add smac docker (#80) · 13c3c9c2
      Swain 提交于
      * style(nyz): add ctools.pysc2 import in smac env
      
      * feature(nyz): add smac docker build(enable docker, smac docker)
      
      * fix(nyz): fix if condition syntax in deploy(enable docker, smac docker)
      
      * fix(nyz): fix if condition syntax in deploy(enable docker, smac docker)
      
      * fix(nyz): remove cache layer in smac docker(enable docker, smac docker)
      
      * feature(nyz): use self-hosted runner in docker smac deploy(enable docker, smac docker)
      
      * feature(nyz): build smac docker manually(enable docker, smac docker)
      
      * feature(nyz): use docker buildx as default tool in smac and add SC2Map in setup(enable docker, smac docker)
      
      * feature(nyz): add __init__.py in smac env maps(enable docker, smac docker)
      13c3c9c2
    • X
      fix(xjx): test failed when using system proxy (#79) · 3e88650e
      Xu Jingxin 提交于
      3e88650e
    • S
      feature(nyz): add mujoco docker (#78) · 34479156
      Swain 提交于
      * feature(nyz): add docker_mujoco build and upgrada numpy version to 1.20.0(enable docker)
      
      * fix(nyz): fix numpy version compatibility bug and add -y option in apt-get(enable docker)
      
      * fix(nyz): add libosmesa6-dev in Dockerfile.env(enable docker)
      
      * fix(nyz): add permanent env variable about mujoco(enable docker)
      
      * fix(nyz): change sh source to .(enable docker)
      
      * fix(nyz): set env variable in bashrc(enable docker)
      
      * fix(nyz): fix pip typo(enable docker)
      
      * fix(nyz): add env in dockerfile(enable docker)
      34479156
  12. 28 9月, 2021 2 次提交
    • feature(pu): add WQMIX algorithm (#24) · 63feb629
      蒲源 提交于
      * add wqmix
      
      * update annotation
      
      * reformate
      
      * update annotation
      
      * update config
      
      * fix annotation
      
      * update as review
      
      * fix as review
      
      * add 5m6m MMM MMM2 config
      
      * reformate
      
      * fix(pu): fix rnn reset bug and add unittest
      
      * fix(pu): fix rnn reset bug in centrally-weighted wqmix
      
      * style(pu): yapf format and let WQMIXPolicy extend QMIXPolicy
      
      * fix(pu): fix wqmix policy extend bug
      
      * test(pu): add unittest test_wqmix
      
      * fix(pu): fix mixer key bug in particle config
      
      * feature(pu): add cooperative_navigation_wqmix_config
      
      * style(pu): yapf format
      
      * test(pu): change nn.Identity() to nn.Sequential()
      
      * fix(pu): fix unittest bug in test_wqmix
      63feb629
    • S
      feature(nyz): move atari_py to ale-py; split base and env docker build (#77) · fb90757d
      Swain 提交于
      * feature(nyz): move atari_py to ale-py and polish standard docker build(enable docker)
      
      * fix(nyz): fix atari env import bug(enable docker)
      
      * feature(nyz): add autorom install in docker(enable docker)
      
      * feature(nyz): split base and env docker build(enable docker)
      
      * fix(nyz): fix docker env source image bug(enable docker)
      fb90757d
  13. 26 9月, 2021 5 次提交