aboutsummaryrefslogtreecommitdiffstats
path: root/csci4511w
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2021-04-02 07:42:59 -0500
committerRossTheRoss <mstrapp@protonmail.com>2021-04-02 07:42:59 -0500
commit5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a (patch)
tree0c92cc54131fb90df6856a96042fe8612865c9b5 /csci4511w
parentUpload paper to Git (diff)
downloadhomework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.tar
homework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.tar.gz
homework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.tar.bz2
homework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.tar.lz
homework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.tar.xz
homework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.tar.zst
homework-5b4d2f6c82d3c3b55e8ee4a8271d6b574a69694a.zip
Add writing 4
Diffstat (limited to 'csci4511w')
-rw-r--r--csci4511w/writing4.bib80
-rw-r--r--csci4511w/writing4.tex11
2 files changed, 91 insertions, 0 deletions
diff --git a/csci4511w/writing4.bib b/csci4511w/writing4.bib
new file mode 100644
index 0000000..095e76c
--- /dev/null
+++ b/csci4511w/writing4.bib
@@ -0,0 +1,80 @@
+@book{GeneralGame,
+ AUTHOR = {Goldwaser, A. and Thielscher, M.},
+ PUBLISHER = {University of New South Wales},
+ TITLE = {Deep Reinforcement Learning for General Game Playing},
+ URL = {https://ojs.aaai.org//index.php/AAAI/article/view/5533},
+ YEAR = {April 3 2020}
+}
+@book{MCTS,
+ AUTHOR = {Chaslot, G. and Bakkes, S. and Szita, I. and Spronck, P.},
+ PUBLISHER = {Universiteit Maastricht / MICC},
+ TITLE = {Monte-Carlo Tree Search: A New Framework for Game AI},
+ URL = {https://www.aaai.org/Papers/AIIDE/2008/AIIDE08-036.pdf},
+ YEAR = {2008}
+}
+@book{Minimax,
+ AUTHOR = {Kang, X. and Wang, Y. and Yanrui, H.},
+ PUBLISHER = {Dalian Polytechnic University},
+ TITLE = {Research on Different Heuristics for Minimax Algorithm Insight from Connect-4 Game},
+ URL = {https://www.scirp.org/pdf/JILSA_2019030615385424.pdf},
+ YEAR = {March 4 2019}
+}
+@inproceedings{IEEE2015,
+ AUTHOR = {Y. {Zhuang} and S. {Li} and T. V. {Peters} and C. {Zhang}},
+ BOOKTITLE = {2015 IEEE Conference on Computational Intelligence and Games (CIG)},
+ DOI = {10.1109/CIG.2015.7317912},
+ NUMBER = {},
+ PAGES = {314-321},
+ TITLE = {Improving Monte-Carlo tree search for dots-and-boxes with a novel board representation and artificial neural networks},
+ VOLUME = {},
+ YEAR = {2015}
+}
+@inproceedings{CCDC2019,
+ AUTHOR = {Y. {Zhang} and S. {Li} and X. {Xiong}},
+ BOOKTITLE = {2019 Chinese Control And Decision Conference (CCDC)},
+ DOI = {10.1109/CCDC.2019.8833043},
+ NUMBER = {},
+ PAGES = {6319-6322},
+ TITLE = {A Study on the Game System of Dots and Boxes Based on Reinforcement Learning},
+ VOLUME = {},
+ YEAR = {2019}
+}
+@article{Cornell2020,
+ author = {Lex Weaver and
+ Terry Bossomaier},
+ title = {Evolution of Neural Networks to Play the Game of Dots-and-Boxes},
+ journal = {CoRR},
+ volume = {cs.NE/9809111},
+ year = {1998},
+ url = {https://arxiv.org/abs/cs/9809111},
+ timestamp = {Fri, 10 Jan 2020 12:58:53 +0100},
+ biburl = {https://dblp.org/rec/journals/corr/cs-NE-9809111.bib},
+ bibsource = {dblp computer science bibliography, https://dblp.org}
+}
+@article{Barker_Korf_2012,
+ author={Barker, Joseph and Korf, Richard},
+ title = {Solving Dots-And-Boxes},
+ volume = {26},
+ url = {https://ojs.aaai.org/index.php/AAAI/article/view/8144},
+ number = {1},
+ journal={Proceedings of the AAAI Conference on Artificial Intelligence},
+ year={2012},
+ month={July}
+}
+
+@inproceedings{berlekamp2000,
+ AUTHOR = {Berlekamp, Elwyn and Scott, Katherine},
+ BOOKTITLE = {More Games of No Chance, Proc. MSRI Workshop on Combinatorial Games},
+ PAGES = {317--330},
+ TITLE = {Forcing your opponent to stay in control of a loony dots-and-boxes endgame},
+ YEAR = {2000}
+}
+
+@misc{buzzard2014,
+ ARCHIVEPREFIX = {arXiv},
+ AUTHOR = {Kevin Buzzard and Michael Ciere},
+ EPRINT = {1305.2156},
+ PRIMARYCLASS = {math.CO},
+ TITLE = {Playing simple loony dots and boxes endgames optimally},
+ YEAR = {2014}
+} \ No newline at end of file
diff --git a/csci4511w/writing4.tex b/csci4511w/writing4.tex
new file mode 100644
index 0000000..2e559ef
--- /dev/null
+++ b/csci4511w/writing4.tex
@@ -0,0 +1,11 @@
+\documentclass{article}
+\usepackage{natbib}
+
+\title{Writing 4}
+\author{Jack Vehmeier, Andrea Smith, Matt Strapp}
+\date{2021--03--30}
+\begin{document}
+ \maketitle
+ \bibliographystyle{unsrt}
+ \bibliography{writing4}
+\end{document} \ No newline at end of file