REVIEW 4 major objections 4 minor 63 references
Multi-Agent Reinforcement Learning for Dynamic Pricing in Supply Chains: Benchmarking Strategic Agent Behaviours under Realistically Simulated Market Conditions
T0 review · 4 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read In a market simulation built from real retail transactions, multi-agent reinforcement learning price-setters out-earn rule-based pricing by a wide margin — the MADQN variant most of all — while eroding fairness and price stability.
desk verdict A legitimate MARL pricing benchmark with an honest limitations section, but the headline revenue result is a simulator artifact driven by a near-zero-elasticity demand curve, not a property of MARL. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The argument runs on four pieces of machinery. First, the demand model: a LightGBM gradient-boosted regressor trained on weekly, log-transformed demand from the Online Retail II dataset (test $R^2 = 0.74$), which turns each agent's chosen price into a sales quantity and thereby defines the physics of the market; a counterfactual price-scaling analysis on this model yields the near-zero elasticity ($\varepsilon = -0.072$) that later lets agents profit from price increases. Second, the simulation environment: a weekly-stepped market running 104-week episodes for 30 episodes, in which four agents with identical five-product portfolios compete, with rewards combining revenue change and a quadratic price-instability penalty. Third, the MARL algorithms: MADQN (independent deep Q-learning over discrete price changes of $-10\%$ to $+10\%$), MADDPG (continuous actor-critic with centralized critics and decentralized execution), and QMIX (per-agent Q-networks combined by a monotonic mixing network that enforces consistency between individual and joint action values). Fourth, the rule-based baselines — static markup, competitor matching, historical anchor, demand responsive, and seasonal pricing — plus the structural metrics (Jain's fairness index, price volatility, Nash-equilibrium proximity, price convergence, optimality gap) that expose the trade-off the revenue numbers hide.
What would settle it
A decisive check is to re-run the identical agent zoo inside a market whose demand law is known and elastic — say, a simulator with true price elasticity $\varepsilon = -1.5$ and cross-elasticity that redistributes demand toward the cheapest competitor — and see whether MADQN's revenue edge over rule-based pricing survives or collapses. A cheaper, data-only check: take product-weeks from the Online Retail II data where genuine price changes occurred, and test whether the demand model's out-of-distribution predictions at counterfactual prices match the sales actually observed; if true demand responds far more than $\varepsilon = -0.072$, the revenue ordering is an artifact of the fitted model rather than a property of MARL.
Extended reading notes
Core claim
The paper's central claim is that MARL pricing agents — MADQN in particular — far outperform rule-based pricing agents in revenue within its simulated market, and that this outperformance is emergent strategic behaviour rather than a fixed property of any single algorithm. Across eight independent runs, an all-MADQN market produced mean per-agent revenue of £997,669 against £22,817 for an all-rule-based market (a 4,272.5% increase), with QMIX at £393,121 and MADDPG at £89,861. The same experiments quantify the trade-off: MADQN scored the lowest fairness on Jain's index (0.5844 versus 0.9896 for rule-based), the highest price volatility (0.085 versus 0.024), the highest market-share volatility (22.4 percentage points), and almost no price convergence. The paper attributes this pattern to agents learning to exploit the demand model's inelasticity (estimated price elasticity $\varepsilon = -0.072$): they raise prices because demand barely falls, which is optimal in the simulation but would not transfer to elastic markets.
Load-bearing premise
The revenue ranking rests entirely on the assumption that the LightGBM demand model correctly predicts what customers would buy at prices far outside its training data — the model says demand barely moves with price, so the agents' gains largely come from 'raise the price, sales barely drop,' and if real demand reacted more strongly, the ranking could reverse.
Editorial extensions
If this is right
- If the central claim holds, adopters of MARL-based dynamic pricing should expect revenue gains to be concentrated in low-elasticity product lines, because the agents learn to exploit price-insensitive demand rather than to match customer willingness to pay.
- Market composition is a design lever: hybrid populations that mix learning agents with rule-based agents preserve most of the revenue advantage while recovering near-rule-based fairness and price convergence, so deployment decisions are about the mix, not just the algorithm.
- The fairness and volatility metrics used here give operators concrete monitoring signals: a market dominated by aggressive learners shows low Jain's index, high price volatility, and near-zero convergence, which read as early warnings rather than acceptable side effects.
- The advantage shrinks where demand is elastic, where competitors respond strongly to price, or where regulation constrains price-setting — exactly the settings the paper lists as future work.
- The authors conclude that MARL is most beneficial when demand is predictable, competition is strategic, and price setting is flexible, which makes the simulation a best-case scenario for learning agents rather than a general proof.
- The same mechanism that produces the revenue — coordinated-looking price increases against inelastic demand — is the pattern antitrust scrutiny would flag as algorithmic coordination; the paper documents the fairness cost but leaves the regulatory implication unstated.
Reading between the lines
- The paper's own significance test did not reach the 5% threshold (Wilcoxon $p = 0.125$ across four-agent runs), so the revenue ordering is best read as a directional result; a natural extension is re-running the benchmark with 8–16 agents per market, which would also enrich the competitive dynamics being measured.
- Because the demand model is nearly price-invariant, the simulation leans toward a trivial optimum: raise prices to the top of the action space. Re-running the same agents against a demand law with realistic elasticity (say $\varepsilon \approx -1$ to $-2$, with cross-elasticity that shifts demand to cheaper competitors) would test whether MADQN's dominance survives when price actually moves demand
- An implicit operational reading the paper does not develop: the same metrics that expose the trade-off (Jain's index, volatility, convergence) could serve as live guardrails in a deployed system, switching a market toward hybrid or rule-based pricing when fairness or stability thresholds are breached.
- The mechanism behind MADQN's revenue — coordinated-looking price increases against inelastic demand — is also the pattern antitrust scrutiny would flag as algorithmic coordination; the paper documents the fairness cost but leaves the regulatory implication unstated.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a multi-agent reinforcement learning (MARL) benchmark for dynamic pricing in a supply-chain setting. The authors use the UCI Online Retail II dataset, train a LightGBM demand model, and build a weekly simulation environment in which MADDPG, MADQN, and QMIX agents compete against rule-based pricing baselines. They report that MARL agents, particularly MADQN, achieve substantially higher revenue than rule-based agents, but with lower fairness and higher price volatility, and they interpret this as evidence of emergent strategic behavior. The paper also introduces hybrid agent configurations and evaluates coordination and welfare metrics.
Significance. If the revenue ranking were credible, the paper would provide a useful benchmark for MARL-based dynamic pricing and a concrete illustration of the trade-off between revenue, fairness, and stability. The authors deserve credit for building a reproducible simulation pipeline with a real-world transaction dataset, a pre-trained demand model, multiple MARL algorithms, and a broad set of market-level metrics. However, the central quantitative claim is undermined by two load-bearing problems: the reported statistical test does not support the word 'significantly,' and the demand model's near-zero price elasticity, combined with the authors' own admission of loophole-driven price exploitation, makes the revenue comparisons unreliable as evidence of strategic behavior. The contribution is therefore best viewed as an environment and benchmark design, not as a validated finding about MARL advantages.
major comments (4)
- [Section 4, Table 4 and Section 6] The central claim that 'MADQN in particular, significantly outperformed rule-based agents in terms of revenue' (Section 6) is directly contradicted by the paper's own statistical result: the Wilcoxon signed-rank test comparing MARL-only configurations to the rule-based baseline yields p = 0.125 with only four agents. The text in Section 4 acknowledges this lack of significance, but the conclusion restates the claim without the caveat. This is a load-bearing inconsistency that must be fixed, either by collecting more runs/agents to achieve adequate power or by explicitly reframing the result as a numerical improvement that is not statistically significant.
- [Section 3.3.2 and Section 5.3.1] The demand model's price elasticity is estimated by scaling prices 0.5x to 2.5x on the test set while holding other features fixed, but the model was trained on historical transaction prices only. No validation is provided that the model's predictions remain accurate for the price levels actually selected by the MARL agents, which lie outside the training distribution. Because Section 5.3.1 concedes that MADQN and QMIX 'exploited this inelasticity by raising prices,' the very large revenue advantages in Table 4 may be an artifact of extrapolating a near-zero elasticity curve rather than a property of the agents' strategic behavior. Please provide out-of-sample or counterfactual validation for the price range used by the agents, or restrict the action space to prices that are within the support of the training data.
- [Section 5.3.1 and Abstract] The authors describe the high-price strategies as 'loophole-driven,' yet the abstract and conclusion present the revenue gains as evidence of 'emergent strategic behaviour not captured by static pricing rules.' If the dominant strategy is to raise prices into an extrapolated region of the demand curve, the observed behavior is better characterized as exploitation of a model artifact than as strategic adaptation. The manuscript needs to disentangle these two interpretations and, if the loophole interpretation is correct, substantially weaken the claims of emergent strategic behavior.
- [Section 4, Table 5] Several headline market-level metrics—Nash Equilibrium Proximity (NEP), Price Convergence (PC), Revenue Optimality Gap (ROG), and Welfare Fairness (WF)—are reported as point estimates without variance or confidence intervals, while Jain's Fairness and Market Volatility are reported with ± ranges. Without error bars, the paper cannot support statements such as '4x MADQN shows the lowest Nash equilibrium proximity' or the comparisons of coordination across configurations. These metrics should be reported with the same run-level variability as the other columns, presumably over the eight independent simulation runs mentioned in Section 4.
minor comments (4)
- [Section 4] The word 'reutrns' in the sentence 'To assess performance differences in per-agent reutrns' is a typo and should read 'returns.'
- [Table 5] Some table entries contain stray spaces inside numeric values, for example '0 .9451', '22 .4', and '0 .5788'; these should be cleaned up for readability.
- [Table 3] The column header 'Stabil.' is abbreviated without a definition; the table would be clearer if the full metric name 'Stability' were used or a footnote were added.
- [Section 5.3.3] The sentence 'This feature heavily is shaped by local economic conditions and retail habits of that period' contains a word-order error; it should read 'This feature is heavily shaped by local economic conditions...'.
Circularity Check
MADQN's revenue supremacy is a mechanical consequence of the fitted near-zero-elasticity demand curve plus the revenue reward, not an independent MARL result.
-
fitted input called prediction
[Section 3.3.2 (price sensitivity), Section 4/Table 4 (revenue ranking), Section 5.3.1 (loophole admission), Appendix D (Revenue per Agent)]
"The resulting ε =−0.072 indicates inelastic demand, which is typical for giftware products [56]... Several MARL agents, including MADQN and QMIX, exploited this inelasticity by raising prices across episodes, knowing demand would remain fairly stable. While optimal in this context, such behaviour would likely be restricted in markets where elasticity burdens pricing power."
The demand model is fitted on historical transaction prices, and the elasticity used to interpret the simulation is measured by scaling prices through that same model while holding other inputs fixed. The simulator then scores agent-chosen prices with the same fitted model, and revenue is defined as R_agent = Σ P_t·Q_t (Appendix D). With ε = -0.072, predicted quantity is nearly constant in price, so revenue is nearly proportional to price; any revenue-rewarded agent is driven to the upper price bound. The central claim that MADQN 'significantly outperformed rule-based agents in terms of revenue' is therefore a direct consequence of the fitted demand curve plus the reward function, not an emergent property of MARL.
full rationale
No self-citation chain or definitional equation loop is present: the LightGBM model is trained before the simulations, and the MARL algorithms are standard implementations. The main circularity is partial and located in the revenue-ranking claim. Because the fitted demand model has near-zero price elasticity and the agents optimize revenue, the simulation mechanically rewards price increases; the paper admits MADQN and QMIX exploited this inelasticity. Thus the headline revenue advantage is substantially determined by the fitted input and the reward, not by an external benchmark or by strategic interactions that are robust to demand elasticity. The fairness, price-stability, and hybrid-configuration findings have independent content and are not circular. Also, the paper concedes the revenue comparison was not statistically significant (Wilcoxon p = 0.125), and its conclusion uses 'significantly' loosely; that is a correctness/statistical issue, not circularity. Overall, the central revenue result is partially circular, while the rest of the study is self-contained; score 6 reflects that the prediction reduces by construction to the fitted elasticity and reward design.
Assumptions & free parameters
free parameters (5)
- Demand model price elasticity =
epsilon = -0.072
- LightGBM hyperparameters =
n_estimators=2048, learning_rate=0.03, num_leaves=256, early stopping patience=100
- Semantic cluster count K =
20
- MARL reward price-stability penalty weights =
not reported
- MADQN/QMIX discrete action range =
-10% to +10%
assumptions (4)
- domain assumption The LightGBM model trained on historical prices gives valid counterfactual demand predictions for agent-chosen prices far outside the training distribution (0.5x to 2.5x price scaling).
- ad hoc to paper The fitted demand model's near-zero elasticity is representative of the studied market and not an artifact of extrapolation.
- domain assumption A weekly, four-agent, five-product simulation with no inventory or supply constraints captures the relevant supply-chain pricing dynamics.
- ad hoc to paper The reward signal, revenue plus a quadratic price-stability penalty, reflects the business objective for pricing agents.
Cite this review
Pith. "Pith review of Multi-Agent Reinforcement Learning for Dynamic Pricing in Supply Chains: Benchmarking Strategic Agent Behaviours under Realistically Simulated Market Conditions." pith.science (2026). https://pith.science/paper/Q3L5CUG3
@misc{pith2026250702698,
author = {Pith},
title = {Pith review of: Multi-Agent Reinforcement Learning for Dynamic Pricing in Supply Chains: Benchmarking Strategic Agent Behaviours under Realistically Simulated Market Conditions},
year = {2026},
howpublished = {\url{https://pith.science/paper/Q3L5CUG3}},
note = {Machine review of arXiv:2507.02698}
}
read the original abstract
This study investigates how Multi-Agent Reinforcement Learning (MARL) can improve dynamic pricing strategies in supply chains, particularly in contexts where traditional ERP systems rely on static, rule-based approaches that overlook strategic interactions among market actors. While recent research has applied reinforcement learning to pricing, most implementations remain single-agent and fail to model the interdependent nature of real-world supply chains. This study addresses that gap by evaluating the performance of three MARL algorithms: MADDPG, MADQN, and QMIX against static rule-based baselines, within a simulated environment informed by real e-commerce transaction data and a LightGBM demand prediction model. Results show that rule-based agents achieve near-perfect fairness (Jain's Index: 0.9896) and the highest price stability (volatility: 0.024), but they fully lack competitive dynamics. Among MARL agents, MADQN exhibits the most aggressive pricing behaviour, with the highest volatility and the lowest fairness (0.5844). MADDPG provides a more balanced approach, supporting market competition (share volatility: 9.5 pp) while maintaining relatively high fairness (0.8819) and stable pricing. These findings suggest that MARL introduces emergent strategic behaviour not captured by static pricing rules and may inform future developments in dynamic pricing.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
Snellius: de Nationale Supercomputer
2025. Snellius: de Nationale Supercomputer. https://www.surf.nl/snellius-de- nationale-supercomputer. Accessed: 2025-05-16
work page 2025
-
[2]
Khaled Abdalgader, Atheer A Matroud, and Khaled Hossin. 2024. Experimen- tal study on short-text clustering using transformer-based semantic similarity measure. PeerJ Computer Science 10 (2024), e2078. doi:10.7717/peerj-cs.2078
- [3]
- [4]
-
[5]
Souhaib Ben Taieb, Gianluca Bontempi, Amir F Atiya, and Antti Sorjamaa. 2012. A review and comparison of strategies for multi-step ahead time series forecasting based on the NN5 forecasting competition. Expert Systems with Applications 39, 8 (2012), 7067–7083. doi:10.1016/j.eswa.2012.01.039 9
-
[6]
Maurício F Blos and Paulo E Miyagi. 2015. Modeling the supply chain disruptions: A study based on the supply chain interdependencies. IFAC-PapersOnLine 48, 3 (2015), 2053–2058. doi:10.1016/j.ifacol.2015.06.391
-
[7]
Lucian Busoniu, Robert Babuska, and Bart De Schutter. 2008. A comprehensive survey of multiagent reinforcement learning. IEEE Transactions on Systems, Man, and Cybernetics, Part C (Applications and Reviews) 38, 2 (2008), 156–172. doi:10.1109/TSMCC.2007.913919
arXiv 2008
-
[8]
Gérard P Cachon and Pnina Feldman. 2010. Dynamic versus static pricing in the presence of strategic consumers. The Wharton School, University of Pennsylvania (2010)
work page 2010
Show all 63 references
-
[9]
Lidia Ceriani and Paolo Verme. 2012. The origins of the Gini index: extracts from Variabilità e Mutabilità (1912) by Corrado Gini. The Journal of Economic Inequality 10 (2012), 421–443. doi:10.1007/s10888-011-9188-x
1912 doi
-
[10]
Daqing Chen. 2012. Online Retail II [Dataset]. https://archive.ics.uci.edu/dataset/ 502/online+retail+ii. doi:10.24432/C5CG6D
2012 doi
-
[11]
Daqing Chen, Kun Guo, and George Ubakanma. 2015. Predicting customer profitability over time based on RFM time series.International Journal of Business Forecasting and Marketing Intelligence 2, 1 (2015), 1–18. doi:10.1504/IJBFMI.2015. 075325
2015 doi
-
[12]
Daqing Chen, Sai Laing Sain, and Kun Guo. 2012. Data mining for the online retail industry: A case study of RFM model-based customer segmentation using data mining. Journal of Database Marketing & Customer Strategy Management 19, 3 (2012), 197–208. doi:10.1057/dbm.2012.17
2012 doi
-
[13]
Le Chen, Alan Mislove, and Christo Wilson. 2016. An Empirical Analysis of Algo- rithmic Pricing on Amazon Marketplace. In Proceedings of the 25th International Conference on World Wide Web. ACM, 1339–1349. doi:10.1145/2872427.2883089
2016
-
[14]
Yixian Chen, Prakhar Mehrotra, Nitin Kishore Sai Samala, Kamilia Ahmadi, Viresh Jivane, Linsey Pang, Monika Shrivastav, Nate Lyman, and Scott Pleiman
-
[15]
Pritom Das, Tamanna Pervin, Biswanath Bhattacharjee, Md Razaul Karim, Nasrin Sultana, Md Sayham Khan, Md Afjal Hosien, and FNU Kamruzzaman. 2024. Optimizing real-time dynamic pricing strategies in retail and e-commerce using machine learning models. The American Journal of Eng...
2024 doi
-
[16]
Junfeng Dong, Beilei Rao, Yu Liu, Li Jiang, Wenxing Lu, and Qiang Guo. 2019. Pricing strategies for different periods during subsequent selling season for seasonal products. IEEE Access 8 (2019), 39479–39490. doi:10.1109/ACCESS.2019. 2953284
2019 doi
-
[17]
Raouya El Youbi, Fayçal Messaoudi, and Manal Loukili. 2023. Machine learning- driven dynamic pricing strategies in E-commerce. In 2023 14th International Conference on Information and Communication Systems (ICICS) . IEEE, 1–5. doi:10. 1109/ICICS60529.2023.10330541
2023
-
[18]
Lawrence Emma. 2024. Enterprise Resource Planning (ERP) Systems for Streamlining Organizational Processes. Unpublished Manuscript (2024). https://www.researchgate.net/publication/386382658_Enterprise_Resource_ Planning_ERP_Systems_for_Streamlining_Organizational_Processes
2024
-
[19]
Foerster, Yannis M
Jakob N. Foerster, Yannis M. Assael, Nando de Freitas, and Shimon White- son. 2016. Learning to Communicate with Deep Multi-Agent Reinforcement Learning. In Advances in Neural Information Processing Systems , Vol. 29. Cur- ran Associates, Inc., 2137–2145. https://proceedings.n...
2016 arXiv
-
[20]
Kallirroi Georgila, Claire Nelson, and David Traum. 2014. Single-agent vs. multi- agent techniques for concurrent reinforcement learning of negotiation dialogue policies. In Proceedings of the 52nd Annual Meeting of the Association for Com- putational Linguistics (Volume 1: Lo...
2014 doi
-
[21]
Rajan Gupta and Chaitanya Pathak. 2014. A machine learning framework for predicting purchase by online customers based on dynamic pricing. Procedia Computer Science 36 (2014), 599–605. doi:10.1016/j.procs.2014.09.060
2014 doi
-
[22]
Adnène Hajji, Robert Pellerin, Pierre-Majorique Léger, Ali Gharbi, and Gilbert Babin. 2012. Dynamic pricing models for ERP systems under network externality. International Journal of Production Economics 135, 2 (2012), 708–715. doi:10.1016/ j.ijpe.2011.10.004
2012
-
[23]
Ye Han, Xuefei Zhang, Jian Zhang, Qimei Cui, Shuo Wang, and Zhu Han. 2019. Multi-agent reinforcement learning enabling dynamic pricing policy for charging station operators. In 2019 IEEE Global Communications Conference (GLOBECOM) . IEEE, 1–6. doi:10.1109/GLOBECOM38437.2019.9013999
2019
-
[24]
Hendricks and Kate W
Walter A. Hendricks and Kate W. Robey. 1936. The Sampling Distribution of the Coefficient of Variation. Annals of Mathematical Statistics 7, 3 (1936), 129–132. doi:10.1214/aoms/1177732503
1936
- [25]
-
[26]
Andreas Hinterhuber. 2004. Towards value-based pricing—An integrative frame- work for decision making. Industrial Marketing Management 33, 8 (2004), 765–778. doi:10.1016/j.indmarman.2003.10.006
2004 doi
-
[27]
Samuel B Hwang and Sungho Kim. 2006. Dynamic pricing algorithm for E- Commerce. In Advances in Systems, Computing Sciences and Software Engineering: Proceedings of SCSS05. Springer, 149–155. doi:10.1007/1-4020-5263-4_24
2006 doi
-
[28]
Rajendra K Jain, Dah-Ming W Chiu, and William R Hawe. 1984. A Quantitative Measure of Fairness and Discrimination . Technical Report TR-301. Digital Equip- ment Corporation, Hudson, MA. https://www.cs.wustl.edu/~jain/papers/ftp/ fairness.pdf
1984
-
[29]
Vipul Jain and Lyes Benyoucef. 2008. Managing long supply chain networks: some emerging issues and challenges. Journal of Manufacturing Technology Management 19, 4 (2008), 469–496. doi:10.1108/17410380810869923
2008 doi
-
[30]
Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, and Tie-Yan Liu. 2017. LightGBM: A Highly Efficient Gradient Boosting Decision Tree. In Advances in Neural Information Processing Systems , Vol. 30. Curran Associates, Inc., 3146–3154. https://pro...
2017
-
[31]
Byung-Gook Kim, Yu Zhang, Mihaela Van Der Schaar, and Jang-Won Lee. 2015. Dynamic pricing and energy consumption scheduling with reinforcement learn- ing. IEEE Transactions on Smart Grid 7, 5 (2015), 2187–2198. doi:10.1109/TSG. 2015.2495145
2015
-
[32]
Konda and John N
Vijay R. Konda and John N. Tsitsiklis. 2003. On actor-critic algorithms. SIAM Journal on Control and Optimization 42, 4 (2003), 1143–1166. doi:10.1137/ S0363012901385691
2003
-
[33]
Oh Byung Kwon and J.J. Lee. 2001. A multi-agent intelligent system for efficient ERP maintenance. Expert Systems with Applications 21, 4 (2001), 191–202. doi:10. 1016/S0957-4174(01)00039-2
2001
-
[34]
Derek Li, Andrew Jacobsen, and Adam White. 2021. Revisiting Experience Replay in Non-Stationary Environments. In Proceedings of the Adaptive and Learning Agents Workshop (ALA). https://ala2021.vub.ac.be/papers/ALA2021_paper_51. pdf
2021
-
[35]
Le Li, Xiao Lin, Rudy R Negenborn, and Bart De Schutter. 2015. Pricing intermodal freight transport services: A cost-plus-pricing strategy. InComputational Logistics: 6th International Conference, ICCL 2015, Delft, The Netherlands, September 23-25, 2015, Proceedings 6. Springe...
2015 doi
-
[36]
Jiaxin Liang, Haotian Miao, Kai Li, Jianheng Tan, Xi Wang, Rui Luo, and Yueqiu Jiang. 2025. A Review of Multi-Agent Reinforcement Learning Algorithms. Electronics 14, 4 (2025), 820. doi:10.3390/electronics14040820
2025 doi
- [37]
-
[39]
Ryan Lowe, Yi Wu, Aviv Tamar, Jean Harb, Pieter Abbeel, and Igor Mordatch
-
[40]
Arun K. Menon. 2024. Integrating Pricing Optimization Models with ERP Systems to Enhance Profitability in U.S. E-commerce Supply Chains. Global Journal of Engineering and Technology Advances 20, 2 (2024), 242–255. doi:10.30574/gjeta. 2024.20.2.0151 Open access under CC BY 4.0
2024 doi
-
[41]
Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A Rusu, Joel Veness, Marc G Bellemare, Alex Graves, Martin Riedmiller, Andreas K Fidjeland, Georg Ostrovski, Stig Petersen, Charles Beattie, Amir Sadik, Ioannis Antonoglou, Helen King, Dharshan Kumaran, Daan Wierstra, Sha...
2015 doi
-
[42]
https://github.com/openai/maddpg Archived codebase provided as-is, based on the NeurIPS 2017 paper
Multi-Agent Deep Deterministic Policy Gradient (MADDPG) - GitHub repository. https://github.com/openai/maddpg Archived codebase provided as-is, based on the NeurIPS 2017 paper
2017
-
[43]
Gonçalo Neto. 2005. From Single-Agent to Multi-Agent Reinforcement Learning: Foundational Concepts and Methods. https://users.cs.utah.edu/~tch/CS6380/ resources/Neto-2005-RL-MAS-Tutorial.pdf Learning Theory Course 2005; 2
2005
-
[44]
Vincent R Nijs, Shuba Srinivasan, and Koen Pauwels. 2007. Retail-price drivers and retailer profits. Marketing Science 26, 4 (2007), 473–487. doi:10.1287/mksc. 1060.0205
2007
-
[45]
John F Nash Jr. 1950. Equilibrium Points in N-Person Games. Proceedings of the National Academy of Sciences 36, 1 (1950), 48–49. doi:10.1073/pnas.36.1.48
1950 doi
-
[46]
Nils Reimers and Iryna Gurevych. 2019. Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks. InProceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCN...
2019 doi
-
[47]
Lei Ren, Xiaoyang Fan, Jin Cui, Zhen Shen, Yisheng Lv, and Gang Xiong. 2022. A multi-agent reinforcement learning method with route recorders for vehicle rout- ing in supply chain management. IEEE Transactions on Intelligent Transportation Systems 23, 9 (2022), 16410–16420. do...
2022
- [48]
-
[49]
Shahriar Shafiee and Erkan Topal. 2010. An overview of global gold market and gold price forecasting. Resources Policy 35, 3 (2010), 178–189. doi:10.1016/j. resourpol.2010.05.004
2010 doi
-
[50]
Ravid Shwartz-Ziv and Amitai Armon. 2022. Tabular Data: Deep Learning is Not All You Need. Information Fusion 81 (2022), 84–90. doi:10.1016/j.inffus.2021.11.011
2022 doi
- [51]
-
[52]
Hussein Kamaldeen Smith. 2024. Dynamic Pricing and E-supply Chain Coor- dination: Effects on Inventory Optimization and Profit Margins. Unpublished Manuscript (2024). https://www.researchgate.net/publication/384805839_ Dynamic_Pricing_and_E-supply_Chain_Coordination_Effects_on...
2024
- [53]
-
[54]
Graves, Douglas A
Rina Singh, Jeffrey A. Graves, Douglas A. Talbert, and William Eberle. 2018. Prefix and suffix sequential pattern mining. In Advances in Data Mining. Applications and Theoretical Aspects. Springer, 309–324. doi:10.1007/978-3-319-95786-9_24
2018 doi
-
[55]
Qiaochu Wang, Yan Huang, Param Vir Singh, and Kannan Srinivasan. 2023. Algorithms, Artificial Intelligence and Simple Rule Based Pricing.SSRN Electronic Journal (2023). doi:10.2139/ssrn.4144905
2023 doi
-
[56]
Sherry Shi Wang and Ralf Van Der Lans. 2018. Modeling gift choice: The effect of uncertainty on price sensitivity. Journal of Marketing Research 55, 4 (2018), 524–540. doi:10.1509/jmr.16.0453
2018 doi
-
[57]
J Michael Tarn, David C Yen, and Marcus Beaumont. 2002. Exploring the ratio- nales for ERP and SCM integration. Industrial Management & Data Systems 102, 1 (2002), 26–34. doi:10.1108/02635570210414631
2002 doi
-
[58]
Rafał Weron. 2014. Electricity price forecasting: A review of the state-of-the-art with a look into the future. International Journal of Forecasting 30, 4 (2014), 1030–1081. doi:10.1016/j.ijforecast.2014.08.008
2014 doi
-
[59]
Annie Wong, Thomas Bäck, Anna V Kononova, and Aske Plaat. 2023. Deep mul- tiagent reinforcement learning: Challenges and directions. Artificial Intelligence Review 56, 6 (2023), 5023–5056. doi:10.1007/s10462-022-10299-x
2023 doi
-
[60]
Christopher JCH Watkins and Peter Dayan. 1992. Q-learning. Machine Learning 8, 3 (1992), 279–292. doi:10.1007/BF00992698
1992 doi
- [61]
-
[63]
2016.Automated Pricing Agents in the On-Demand Economy
Tony Wu, Anthony D Joseph, and Stuart J Russell. 2016.Automated Pricing Agents in the On-Demand Economy . Master’s thesis. University of California, Berkeley. https://www2.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-57.html
2016
-
[2017]
In Advances in Neural Information Processing Systems , Vol
Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environ- ments. In Advances in Neural Information Processing Systems , Vol. 30. Curran Associates, Inc., 6379–6390. https://proceedings.neurips.cc/paper/2017/file/ 68a9750337a418a86fe06c1991a1d64c-Paper.pdf
2017
-
[2021]
INFORMS Journal on Applied Analytics 51, 1 (2021), 76–89
A Multiobjective Optimization for Clearance in Walmart Brick-and-Mortar Stores. INFORMS Journal on Applied Analytics 51, 1 (2021), 76–89. doi:10.1287/ inte.2020.1065
2021
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.