Skip to content

Commit 491e63e

Browse files
v0.1.8
1 parent 4b84272 commit 491e63e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

coax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #
2020
# ------------------------------------------------------------------------------------------------ #
2121

22-
__version__ = '0.1.7'
22+
__version__ = '0.1.8'
2323

2424

2525
# expose specific classes and functions

doc/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release Notes
22
=============
33

4+
v0.1.8
5+
------
6+
7+
Implemented stochastic q-learning using quantile regression in :class:`coax.StochasticQ`, see example: :doc:`IQN <examples/cartpole/iqn>`
8+
9+
- Use :func:`coax.utils.quantiles` for equally spaced quantile fractions as in QR-DQN.
10+
- Use :func:`coax.utils.quantiles_uniform` for uniformly sampled quantile fractions as in IQN.
11+
12+
413

514
v0.1.7
615
------

0 commit comments

Comments
 (0)