1. 30 9月, 2021 1 次提交
  2. 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
  3. 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
  4. 26 9月, 2021 5 次提交
  5. 24 9月, 2021 2 次提交
  6. 23 9月, 2021 2 次提交
  7. 22 9月, 2021 3 次提交
  8. 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
  9. 14 9月, 2021 1 次提交
  10. 13 9月, 2021 4 次提交
  11. 11 9月, 2021 2 次提交
  12. 09 9月, 2021 2 次提交
    • 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
    • N
      feature(nyz): add bebold experiment env · e646add9
      niuyazhe 提交于
      e646add9
  13. 08 9月, 2021 4 次提交
    • S
      feature(nyz): add supervised learning image classification training demo (#27) · 11cc97e8
      Swain 提交于
      * feature(nyz): add resnet for cv sl task
      
      * feature(nyz): add imagenet classification dataset and adapt compile config for sl
      
      * feature(nyz): add naive image training entry demo
      
      * style(nyz): polish image cls train log
      
      * polish(nyz): polish multi gpu training setting
      
      * feature(nyz): add nn training bp and update async execution
      
      * feature(nyz): add distributed sampler for different dist backend
      
      * fix(nyz): fix compile config collector and buffer compatibility problem
      
      * style(nyz): correct yapf format
      
      * fix(nyz): fix env manager compile config compatibility bug
      
      * refactor(nyz): abstarct ISerialEvaluator and rename serial evaluation implementation
      
      * refactor(nyz): refactor collector name
      
      * feature(nyz): add metric evaluator and image cls acc metric eval demo
      
      * fix(nyz): fix cuda and multi gpu bug in image cls demo
      11cc97e8
    • S
      style(nyz): update sparse reward badge in env table · 5e52c1a0
      Swain 提交于
      5e52c1a0
    • N
      style(nyz): polish env table in README · 1439e22f
      niuyazhe 提交于
      1439e22f
    • W
      style(wyh): add env information in readme (#46) · fa453ef0
      Weiyuhong-1998 提交于
      * env-list
      
      * env-list-fix-grammmer
      
      * env-only-test
      
      * modify-gif
      
      * modify-gif-pendulum
      
      * modify-gif-delect-maze
      fa453ef0
  14. 07 9月, 2021 2 次提交
  15. 06 9月, 2021 2 次提交
    • Y
      feature(zym): add offlineRL algo CQL; add offlineRL env D4RL (#37) · 69828ed5
      Yinmin.Zhang 提交于
      * feature(zym): add pybullet env info; add entropy type in sac.
      
      * feature(zym): add cql; add serial entry for offlineRL.
      
      * feature/polish(zym): add generation entry in mujoco env for offlineRL; polish cql/serial entry for offlineRL.
      
      * feature(lj): add d4rl env for offlineRL.
      
      * polish(zym): polish cql.
      
      * feature/polish(zym): add dataset registry; polish offlineRL pipeline.
      
      * fix(zym): fix bug in d4rl/mujoco config; fix bug in dataset for offlineRL.
      
      * style(zym): add pybulletgym and d4rl requirements in setup.
      
      * fix/polish(zym): support str in NaiveRLDataset; polish cql.
      
      * polish(zym): polish command policy.
      
      * feature(zym): add cql in pendulum env; add unittest/algotest for cql.
      
      * fix(zym): fix cql bug in unittest/algotest for cql.
      69828ed5
    • N
      style(nyz): add algorithm list in README · 110d4063
      niuyazhe 提交于
      110d4063