blob: e7fb35f4d02575af6e3def91ba53ff46fcb6b507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[hmargin=1.2in, vmargin=1.2in]{geometry}
\usepackage{amsmath,amsfonts}
\title{\vspace{-2em}\large Review of \emph{A Multi-Agent Reinforcement Learning
Framework\\ for Off-Policy Evaluation in Two-Sided Markets}}
\author{Submission \textsf{2103--005} to the \emph{Annals of Applied Statistics},
2\textsuperscript{nd} revision}
\begin{document}
\maketitle
I would like to thank the authors for adequately addressing my comments by
correcting the derivation in Appendix C as well as adding Figure 1 in Appendix
E. I have no further comments at this point and recommend publication as is.
%\bibliographystyle{plain}
%\bibliography{main}
\end{document}
|