commit 81d7c32a70806507cd0c6d59087c2dc500d78384
parent dc5d741175288fd061efcef8263d16d2f3ad8536
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Tue, 18 Oct 2022 11:00:26 -0500
Added sutton2018
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.config/bib/references.bib b/.config/bib/references.bib
@@ -330,3 +330,11 @@
%ISBN="978-3-642-01970-8"
}
+@Book{sutton2018,
+ title = "Reinforcement Learning: An Introduction, 2nd Edition",
+ author = "Andrew G Barto Richard S. Sutton",
+ publisher = "Bradford Books",
+ year = "2018",
+ edition = "2",
+ URL = "https://mitpress.mit.edu/9780262039246/reinforcement-learning/",
+}