From 648be6a911ee2247a2765a3a4e19cf846d39ab4f Mon Sep 17 00:00:00 2001 From: Quintin Fettes Date: Fri, 15 Jun 2018 20:10:35 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54c6263..db1a1aa 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ Requirements: * OpenCV Acknowledgements: -* Credit to [@baselines](https://github.com/openai/baselines) for the environment wrappers -* Credit to [@higgsfield](https://github.com/higgsfield) for the plotting code, epsilon annealing code, and inspiration for the prioritized replay implementation +* Credit to [@baselines](https://github.com/openai/baselines) for the environment wrappers and inspiration for the prioritized replay code used only in the development code +* Credit to [@higgsfield](https://github.com/higgsfield) for the plotting code, epsilon annealing code, and inspiration for the prioritized replay implementation in the IPython notebook * Credit to [@Kaixhin](https://github.com/Kaixhin) for factorized Noisy Linear Layer implementation and the projection_distribution function found in Categorical-DQN.ipynb