From ca15458de4ea9478bf72c7e15a9dce50cb44cc63 Mon Sep 17 00:00:00 2001 From: nishantkr18 Date: Sat, 1 Aug 2020 20:02:23 +0530 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index a941b58491..088a25c748 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ ### mlpack ?.?.? ###### ????-??-?? + * Added Categorical DQN to q_networks (#2454). + * Added N-step DQN to q_networks (#2461). * Add Silhoutte Score metric and Pairwise Distances (#2406).