• K
    feature(lk): implement multi pass DQN (#131) · f087d2c7
    Ke Li 提交于
    * feature(lk): add initial version of MP-PDQN
    
    * fix(lk): fix expand function bug
    
    * refactor(nyz): refactor mpdqn continuous args inputs module
    
    * fix(nyz): fix pdqn scatter index generation
    
    * fix(lk): fix pdqn scatter assignment bug
    
    * feature(lk): polish mpdqn code and style format
    
    * feature(lk): add mpdqn config and test file
    
    * feature(lk): polish mpdqn code and style format
    
    * fix(lk): fix import bug
    
    * polish(lk): add test for mpdqn
    
    * polish(lk): polish code style and format
    
    * polish(lk): rm print debug info
    
    * polish(lk): rm print debug info
    
    * polish(lk): polish code style and format
    
    * polish(lk): add MPDQN in readme.md
    Co-authored-by: Nniuyazhe <niuyazhe@sensetime.com>
    f087d2c7
pdqn.py 9.3 KB