|
| 1 | +2023.08.23(v0.4.9) |
| 2 | +- env: add cliffwalking env (#677) |
| 3 | +- env: add lunarlander ppo config and example |
| 4 | +- algo: add BCQ offline RL algorithm (#640) |
| 5 | +- algo: add Dreamerv3 model-based RL algorithm (#652) |
| 6 | +- algo: add tensor stream merge network tools (#673) |
| 7 | +- algo: add scatter connection model (#680) |
| 8 | +- algo: refactor Decision Transformer in new pipeline and support img input and discrete output (#693) |
| 9 | +- algo: add three variants of Bilinear classes and a FiLM class (#703) |
| 10 | +- feature: polish offpolicy RL multi-gpu DDP training (#679) |
| 11 | +- feature: add middleware for Ape-X distributed pipeline (#696) |
| 12 | +- feature: add example for evaluating trained DQN (#706) |
| 13 | +- fix: to_ndarray fails to assign dtype for scalars (#708) |
| 14 | +- fix: evaluator return episode_info compatibility bug |
| 15 | +- fix: cql example entry wrong config bug |
| 16 | +- fix: enable_save_figure env interface |
| 17 | +- fix: redundant env info bug in evaluator |
| 18 | +- fix: to_item unittest bug |
| 19 | +- style: polish and simplify requirements (#672) |
| 20 | +- style: add Hugging Face Model Zoo badge (#674) |
| 21 | +- style: add openxlab Model Zoo badge (#675) |
| 22 | +- style: fix py37 macos ci bug and update default pytorch from 1.7.1 to 1.12.1 (#678) |
| 23 | +- style: fix mujoco-py compatibility issue for cython<3 (#711) |
| 24 | +- style: fix type spell error (#704) |
| 25 | +- style: fix pypi release actions ubuntu 18.04 bug |
| 26 | +- style: update contact information (e.g. wechat) |
| 27 | +- style: polish algorithm doc tables |
| 28 | + |
1 | 29 | 2023.05.25(v0.4.8)
|
2 | 30 | - env: fix gym hybrid reward dtype bug (#664)
|
3 | 31 | - env: fix atari env id noframeskip bug (#655)
|
|
0 commit comments