Skip to content

0.5.0: Gymnasium Support

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 13 Mar 05:16
· 465 commits to master since this release
f0afdea

Enhancement

  1. Gymnasium Integration (#789, @Markus28)
  2. Implement args/kwargs for init of norm_layers and activation (#788, @janofsun)
  3. Add "act" to preprocess_fn call in collector. (#801, @jamartinh)
  4. Various update (#803, #826, @Trinkle23897)

Bug fix

  1. Fix a bug in batch._is_batch_set (#825, @zbenmo)
  2. Fix a bug in HERReplayBuffer (#817, @sunkafei)