Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge code #1

Merged
merged 29 commits into from
Jul 7, 2022
Merged

merge code #1

merged 29 commits into from
Jul 7, 2022

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    c901a00 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    85ce729 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00c5bf View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. feature(zlx): support async reset for envpool env manager (#250)

    * feature(zlx): Support async reset for envpool env manager
    
    * fixbug(zlx): Add final_eval_reward in returned dict
    LuciusMos authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    0246f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0210eb View commit details
    Browse the repository at this point in the history
  3. polish(zjow): impala cnn encoder refactor. (#378)

    * impala cnn encoder refactor.
    
    * Minor change.
    zjowowen authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    ce286cd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    5178676 View commit details
    Browse the repository at this point in the history
  2. test(wyh):add plot test code (#370)

    * test(wyh):add plot test code
    
    * test(wyh):add plot test code
    
    * test(wyh):add compare two different PICS codes
    
    * test(wyh):add compare two different PICS
    
    * test(wyh):compare two different PICS
    Weiyuhong-1998 authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    bec0d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    268d77d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. feature(nyz): add pure ppo policy gradient policy (#382)

    * feature(nyz): add pure ppo policy gradient policy
    
    * fix(nyz): fix flake8 style problem and remove redundant codes of continuous bc
    PaParaZz1 authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8fd08a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e8e53c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    412bc26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    549f2eb View commit details
    Browse the repository at this point in the history
  5. v0.4.0

    PaParaZz1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    47940ef View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. doc(lxl): add buffer api description (#371)

    * add infoNCE
    
    * refine infonce test
    
    * add dim
    
    * fix style and pytest
    
    * fix style and pytest
    
    * add dqn_dim test
    
    * fix style
    
    * refine descriptions
    
    * polish infoNCE & ST-DIM
    
    * polish stdim & infonce loss
    
    * fix style
    
    * fix codecov
    
    * fix import
    
    * add readme
    
    * update quick colab link
    
    * add buffer description
    
    * polish buffer api
    
    * polish buffer api
    lixl-st authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    bac009e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. fix(zjow): fix related bugs of dmc2gym env (dmc2gym docker) (#391)

    * fix bugs in dmc2gym env.
    
    * fix bugs of libOpenGL.so.0 cannot open shared object file.
    
    * fix bugs in base env manager in subprocess mode when resetting and rendering dmc envs.
    
    * fix dockerfile
    
    * backward compatibity for tb video logging
    
    Co-authored-by: ZHZisZZ <zhanhui@umich.edu>
    zjowowen and ZHZisZZ authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    0f8bd29 View commit details
    Browse the repository at this point in the history
  2. feature(pu): add board games environments (#356)

    * feature(pu): add board_gmaes env including tictactoe, gomoku, chess, go, atari
    
    * style(pu): yapf format
    
    * polish(pu): refactor
    
    * polish(pu): polish as review
    
    * polish(pu): move atari_muzero_env to dizoo/atari
    
    * polish(pu):polish as review
    
    * fix(pu): fix tictactoe expert action
    
    * polish(pu): polish board_games env
    
    * style(pu): yapf format
    puyuan1996 authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f843b19 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. feature(zzh): add STEVE algorithm (#363)

    * draft steve
    
    * remove breakpoint
    
    * fix numerical instability
    
    * polish
    
    * polish STEVE
    
    * change flatten_batch -> fold_batch
    
    * change from VE to MVE in README.md
    
    * speed up mbrl test
    
    * Polish docstrings, create unsqueeze_repeat helper function
    
    * fix assertion bug
    ZHZisZZ authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    93a299c View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    8c817b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. feature(whl): add trex new pipeline example (#380)

    * add trex example
    
    * polish import
    
    * merge main
    kxzxvbk authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c302382 View commit details
    Browse the repository at this point in the history
  2. feature(lisong): add sqil_sac new pipeline example (#374)

    * polish(lisong): add sqil cosine similarity of expert and agent grad
    
    * polish(lisong): create SQILSACPolicy and add mujoco config
    
    * feature(lisong): add sqil_sac example
    
    * polish(lisong): use pendulum as demo env
    
    * polish(lisong):polish sqil_continuous example
    
    * polish(lisong): remove get config
    song2181 authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    63029a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. feature(rjy): add discrete pendulum env (#395)

    * test(rjy):add discrete pendulum env
    
    * test(rjy):fix discrete pendulum env
    
    * test(rjy): change the parameter
    
    * test(rjy): revise the pend_dqn config
    
    * test(rjy): correct spelling mistakes
    
    * test(rjy): modify the format
    nighood authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b89d477 View commit details
    Browse the repository at this point in the history
  2. demo(lwq): add new pipeline continuous examples: ddpg, td3 and d4pg (#…

    …384)
    
    * dev(lwq) continuous examples: ddpg & td3
    
    * dev(lwq) continuous examples: ddpg, d4pg & td3
    Hcnaeg authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7575a7c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    5e2265e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d4ea9 View commit details
    Browse the repository at this point in the history
  3. polish(lwq): polish VAE implementation (#404)

    * polish(lwq): polish VAE
    
    * remove base VAE class
    Hcnaeg authored and PaParaZz1 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    83b94ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc0e2e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. fix(xjx): discard message sent by self in redis mq (#354)

    * Discard message sent by self in redis mq
    
    * Set running flag of redis mq
    
    * Rename nng finished to running
    
    * Fix self._mq is none
    
    * Turn deque into list
    sailxjx authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    0bbd6a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. feature(zp): add c51/qrdqn/iqn new pipeline example (#407)

    * add c51/qrdqn/iqn newpipeline example
    
    * fix style
    zhangpaipai authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3a65fd8 View commit details
    Browse the repository at this point in the history