这是indexloc提供的服务,不要输入任何密码
Skip to content

0.3.1

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 20 Jan 10:24
· 958 commits to master since this release
a511cb4

API Change

  1. change utils.network args to support any form of MLP by default (#275), remove layer_num and hidden_layer_size, add hidden_sizes (a list of int indicate the network architecture)
  2. add HDF5 save/load method for ReplayBuffer (#261)
  3. add offline_trainer (#263)
  4. move Atari-related network to examples/atari/atari_network.py (#275)

Bug Fix

  1. fix a potential bug in discrete behavior cloning policy (#263)

Enhancement

  1. update SAC mujoco result (#246)
  2. add C51 algorithm with benchmark result (#266)
  3. enable type checking in utils.network (#275)