From 02874200fcc5518002ebc4c00852bdeb8871759f Mon Sep 17 00:00:00 2001 From: Quintin Fettes Date: Thu, 14 Jun 2018 23:37:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd133b4..4e1a4f5 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ Requirements: Acknowledgements: * Credit to [@baselines](https://github.com/openai/baselines) for the environment wrappers -* Credit to [@higgsfield](https://github.com/higgsfield) for the plotting code and inspiration for the prioritized replay implementation +* Credit to [@higgsfield](https://github.com/higgsfield) for the plotting code, epsilon annealing code, and inspiration for the prioritized replay implementation * Credit to [@Kaixhin](https://github.com/Kaixhin) for factorized Noisy Linear Layer implementation and the projection_distribution function found in Categorical-DQN.ipynb