paper-with-me

Papers

Risk-Sensitive Compact Decision Trees for Autonomous Execution in Presence of Simulated Market Response

2019-06-05 · Svitlana Vyetrenko, Shaojie Xu

We demonstrate an application of risk-sensitive reinforcement learning to optimizing execution in limit order book markets. We represent taking order execution decisions based on limit order book knowledge by a Markov Decision Process; and train a trading agent in a market simulator, which emulates multi-agent interaction by synthesizing market response to our agent's execution decisions from historical data. Due to market impact, executing high volume orders can incur significant cost. We learn trading signals from market microstructure in presence of simulated market response and derive explainable decision-tree-based execution policies using risk-sensitive Q-learning to minimize execution cost subject to constraints on cost variance.

📄 PDF Abstract BibTeX arXiv:1906.02312

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Ensemble of Example-Dependent Cost-Sensitive Decision Trees

2015-05-18 · Alejandro Correa Bahnsen, Djamila Aouada, Bjorn Ottersten

Several real-world classification problems are example-dependent cost-sensitive in nature, where the costs due to misclassification vary between examples and not only within classes. However, standard classification meth…

Fraud DetectionGeneral ClassificationMarketing

A Risk-Sensitive and Uncertainty-Aware Decision-Making and Control Framework for Safe and Robust Autonomous Driving

2026-09-09 · Zhuoren Li, Ran Yu, Weiqi Zhang, Ming Liu 외 arxiv

Reinforcement learning (RL) has demonstrated considerable potential for autonomous driving decision-making. However, its deployment in urban autonomous driving, particularly at highly interactive unsignalized intersectio…

Reinforcement LearningAutonomous Driving

Boosted Trees on a Diet: Compact Models for Resource-Constrained Devices

2025-10-30 · Nina Herrmann, Jan Stenkamp, Benjamin Karic, Stefan Oehmcke 외 arxiv

Deploying machine learning models on compute-constrained devices has become a key building block of modern IoT applications. In this work, we present a compression scheme for boosted decision trees, addressing the growin…

Decision Making

SafeDrive: Knowledge- and Data-Driven Risk-Sensitive Decision-Making for Autonomous Vehicles with Large Language Models

2024-12-17 · Zhiyuan Zhou, Heye Huang, Boqi Li, Shiyue Zhao 외

Recent advancements in autonomous vehicles (AVs) use Large Language Models (LLMs) to perform well in normal driving scenarios. However, ensuring safety in dynamic, high-risk environments and managing safety-critical long…

Autonomous DrivingAutonomous VehiclesDecision Making

Action-Conditioned Risk Gating for Safety-Critical Control under Partial Observability

2026-05-14 · Yushen Liu, Yin-Jen Chen, Ziyi Chen, Tao Wang 외 arxiv

Many safety-critical control problems are modeled as risk-sensitive partially observable Markov decision processes, where the controller must make decisions from incomplete observations while balancing task performance a…

Reinforcement Learning