From ffb3cc32a6325641e3552caf4dbb396b7ac6c6d5 Mon Sep 17 00:00:00 2001 From: jeffin143 Date: Sat, 22 Aug 2020 12:26:25 +0530 Subject: [PATCH] update history --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 9978cf6766..63d0167a81 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,8 @@ * Refactor `ProgramInfo()` to separate out all the different information (#2558). + * Add bindings for one-hot encoding (#2325). + * Added Soft Actor-Critic to RL methods (#2487). * Added Categorical DQN to q_networks (#2454).