Skip to content

0.3.2

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 16 Feb 01:41
· 620 commits to master since this release
cb65b56

Bug Fix

  1. fix networks under utils/discrete and utils/continuous cannot work well under CUDA+torch<=1.6.0 (#289)
  2. fix 2 bugs of Batch: creating keys in Batch.__setitem__ now throws ValueError instead of KeyError; _create_value now allows placeholder with stack=False option (#284)

Enhancement

  1. Add QR-DQN algorithm (#276)
  2. small optimization for Batch.cat and Batch.stack (#284), now it is almost as fast as v0.2.3