From 53ccbc8289c931c0473d4e0638c4c2ee9f5eb9b0 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Mon, 15 Dec 2025 20:47:07 +0100 Subject: [PATCH] fixing error --- Makefile | 2 +- paper/src/chapters/03-methodology.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7bf06aa..f41a750 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ pdf: $(BUILDDIR) @echo "Concatenating source code..." @bash paper/concat_code.sh @cd $(SRCDIR) && \ - $(LATEXMK) -pdf -jobname=$(JOBNAME) -f \ + $(LATEXMK) -pdf -jobname=$(JOBNAME) \ -interaction=nonstopmode -file-line-error \ -r ../.latexmkrc \ -outdir=../$(BUILDDIR) $(TEX) diff --git a/paper/src/chapters/03-methodology.tex b/paper/src/chapters/03-methodology.tex index 4f20df9..2ead065 100644 --- a/paper/src/chapters/03-methodology.tex +++ b/paper/src/chapters/03-methodology.tex @@ -110,7 +110,7 @@ We define our surrogate commercial environment within which we can accurately co On top of this our gym environment has a built demand estimator callback which is defined individually by each pricing engine. This engine is constructed to interact with the gym environment with the gyn environment at each step running a cycle via the comercial environment, creating an observation of all the interactions $I$ and a baseline vector which tells us the ground truth of demand, sales statistic and revenue. The engine is then responsible for learning the pricing policy prociding a pricing vector $p_{t+1}$ motivated by a per-episode summary reward composed by. $$ -R &= \text{revenue} - \text{COI} - \text{UX frinction index} +R = \text{revenue} - \text{COI} - \text{UX friction index} $$