1. 01 10月, 2021 3 次提交
  2. 30 9月, 2021 7 次提交
  3. 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
  4. 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
  5. 26 9月, 2021 5 次提交
  6. 24 9月, 2021 2 次提交
  7. 23 9月, 2021 2 次提交
  8. 22 9月, 2021 3 次提交
  9. 17 9月, 2021 4 次提交
    • D
      feature(davide): add BSuite environment wrapper (#58) · 8050a9bb
      Davide Liu 提交于
      * start implementing bsuite env
      
      * add bsuite env
      
      * Implemented
      
      * removed unused file
      
      * added cartpole_swing environment
      
      * Update test_bsuite_env.py
      
      * added env in readme and in setup.py
      
      * Create bsuite.png
      8050a9bb
    • R
      feature(crb): update multi discrete policy(dqn, ppo, rainbow) (#51) · 332995e8
      Robin Chen 提交于
      * update md_dqn
      
      * update offpolicy ppo
      
      * add rainbow md policy
      
      * format code
      
      * del ppo; leave to future updates
      
      * add doc string; fix rainbow returns
      332995e8
    • fix(pu): fix r2d2 done slice bug and LSTM hidden state reset bug (#52) · 2ffff07e
      蒲源 提交于
      * test rnd
      
      * fix mz config
      
      * fix config
      
      * fix(pu): fix r2d2
      
      * fix(puyuan): fix r2d2
      
      * feature(puyuan): add minigrid r2d2 config
      
      * polish minigrid config
      
      * modified as review
      
      * fix(pu): fix bugffor compatibility
      
      * polish(pu): add annotations and polish slice operation
      
      * style(pu): run format.sh
      
      * style(pu): correct yapf format
      
      * fix(pu): fix config
      
      * fix(pu): fix done slice bug and lstm reset bug
      
      * style(pu): format config
      
      * polish(pu): polish config params for cartpole, lunarlander and minigrid
      
      * polish(pu): polish minigrid config params
      
      * Update r2d2.py
      
      * polish(pu): polish rnn reset problem
      
      * fix(pu): fix merge error
      
      * polish(pu): polish cartpole config
      
      * polish(nyz): polish cartpole r2d2 config for faster convergence
      
      * test(nyz): enable r2d2 algotest
      Co-authored-by: Nniuyazhe <niuyazhe@sensetime.com>
      2ffff07e
    • N
      style(nyz): add d4rl env link and fix cql demo cmd · 3e5d6a6c
      niuyazhe 提交于
      3e5d6a6c
  10. 14 9月, 2021 1 次提交
  11. 13 9月, 2021 4 次提交
  12. 11 9月, 2021 2 次提交
  13. 09 9月, 2021 1 次提交
    • K
      feature(lqp): add k8s launcher and di-orchestrator launcher (#45) · 54eb8aa2
      Konnase Lee 提交于
      * feat: add k8s launcher
      
      * feat: install kubectl when install k3d
      
      * feat: add orchestrator launcher and a test case
      
      * ci: install kubernetes related package and cli
      
      * style: format code
      
      * style: flake check code
      
      * test k8s launcher
      
      * ci: change back to unit test
      
      * feat: delete cert manager when delete orchestrator
      
      * style: flake8 check
      
      * feat: merge k8s-launcher with k8s-helper
      
      1. merge k8s-launcher with k8s-helper
      2. move kubernetes package import to where it will be used
      3. hack/install-k8s-tools.sh -> ding/scripts/install-k8s-tools.sh
      54eb8aa2