mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
fixing error
This commit is contained in:
2
Makefile
2
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)
|
||||
|
||||
@@ -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}
|
||||
$$
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user