release-note-bugfix
- [Fix readme of reproduction](https://github.com/sony/nnabla-rl/pull/37)
- [Fix cem test](https://github.com/sony/nnabla-rl/pull/38)
- [Fix README samples and add prerequisites for Atari reproduction codes](https://github.com/sony/nnabla-rl/pull/53)
- [Fix tutorial-model](https://github.com/sony/nnabla-rl/pull/62)
- [Fix add workaround to avoid gym error](https://github.com/sony/nnabla-rl/pull/64)
release-note-algorithm
- [Add ATRPO](https://github.com/sony/nnabla-rl/pull/39)
- [Add implementation for RNN support and DRQN algorithm](https://github.com/sony/nnabla-rl/pull/42),
[Support RNN models on DQN and DQN inherited algorithms](https://github.com/sony/nnabla-rl/pull/48),
[Follow DRQN author's implementation and update results](https://github.com/sony/nnabla-rl/pull/52)
- [Expand RNN support to dist rl algorithms](https://github.com/sony/nnabla-rl/pull/49)
- [Add rnn support to actor critic algorithms](https://github.com/sony/nnabla-rl/pull/50)
- [Support n-step q learning in ddpg, td3, her, sac](https://github.com/sony/nnabla-rl/pull/44) and [ICML2018SAC](https://github.com/sony/nnabla-rl/pull/51)
- [Stop back propagating to target v function](https://github.com/sony/nnabla-rl/pull/47)
- [Add MME-SAC algorithm and Sparse/Delayed mujoco environment](https://github.com/sony/nnabla-rl/pull/56) and
[Add Disentangled version of MME-SAC](https://github.com/sony/nnabla-rl/pull/57)
release-note-functions
- [Add stop gradient function](https://github.com/sony/nnabla-rl/pull/60)
- [Add random shooting](https://github.com/sony/nnabla-rl/pull/63)
- [Update cem function interface](https://github.com/sony/nnabla-rl/pull/67)
release-note-distributions
- [Add Bernoulli distribution](https://github.com/sony/nnabla-rl/pull/58)
- [Enable sampling from multidimensional logits](https://github.com/sony/nnabla-rl/pull/59)
- [Add one hot softmax](https://github.com/sony/nnabla-rl/pull/61)
release-note-utility
- [Support batched states for evaluation](https://github.com/sony/nnabla-rl/pull/54)
- [Add convenient episode result env](https://github.com/sony/nnabla-rl/pull/65)
- [Add profile function](https://github.com/sony/nnabla-rl/pull/68)
release-note-docs
- [Update version in algorithm catalog](https://github.com/sony/nnabla-rl/pull/36)
- [Add readthedocs yaml](https://github.com/sony/nnabla-rl/pull/40) and [Fixed yaml file](https://github.com/sony/nnabla-rl/pull/41)
- [Add HER and IQN to algorithm catalog](https://github.com/sony/nnabla-rl/pull/45)
Install the latest nnablaRL by:
pip install nnabla-rl