Skip to content

0.4.6

Compare
Choose a tag to compare
@Trinkle23897 Trinkle23897 released this 25 Feb 02:03
· 532 commits to master since this release
97df511

Bug Fix

  1. Fix casts to int by to_torch_as(...) calls in policies when using discrete actions (#521)

API Change

  1. Change venv internal API name of worker: send_action -> send, get_result -> recv (align with envpool) (#517)

New Features

  1. Add Intrinsic Curiosity Module (#503)
  2. Implement CQLPolicy and offline_cql example (#506)
  3. Pettingzoo environment support (#494)
  4. Enable venvs.reset() concurrent execution (#517)

Enhancement

  1. Remove reset_buffer() from reset method (#501)
  2. Add atari ppo example (#523, #529)
  3. Add VizDoom PPO example and results (#533)
  4. Upgrade gym version to >=0.21 (#534)
  5. Switch atari example to use EnvPool by default (#534)

Documentation

  1. Update dqn tutorial and add envpool to docs (#526)