paper-with-me

Papers

Sequential Resource Trading Using Comparison-Based Gradient Estimation

2024-08-20 · Surya Murthy, Mustafa O. Karabag, Ufuk Topcu

Autonomous agents interact with other autonomous agents and humans of unknown preferences to share resources in their environment. We explore sequential trading for resource allocation in a setting where two greedily rational agents sequentially trade resources from a finite set of categories. Each agent has a utility function that depends on the amount of resources it possesses in each category. The offering agent makes trade offers to improve its utility without knowing the responding agent's utility function, and the responding agent only accepts offers that improve its utility. To facilitate cooperation between an autonomous agent and another autonomous agent or a human, we present an algorithm for the offering agent to estimate the responding agent's gradient (preferences) and make offers based on previous acceptance or rejection responses. The algorithm's goal is to reach a Pareto-optimal resource allocation state while ensuring that the utilities of both agents improve after every accepted trade. The algorithm estimates the responding agent's gradient by leveraging the rejected offers and the greedy rationality assumption, to prune the space of potential gradients. We show that, after the algorithm makes a finite number of rejected offers, the algorithm either finds a mutually beneficial trade or certifies that the current state is epsilon-weakly Pareto optimal. We compare the proposed algorithm against various baselines in continuous and discrete trading scenarios and show that it improves the societal benefit with fewer offers. Additionally, we validate these findings in a user study with human participants, where the algorithm achieves high performance in scenarios with high resource conflict due to aligned agent goals.

📄 PDF Abstract BibTeX arXiv:2408.11186

Code (1)

suryakmurthy/auto_negotiation_cmpr 공식 구현

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

From Bandits Model to Deep Deterministic Policy Gradient, Reinforcement Learning with Contextual Information

2023-10-01 · Zhendong Shi, Xiaoli Wei, Ercan E. Kuruoglu

The problem of how to take the right actions to make profits in sequential process continues to be difficult due to the quick dynamics and a significant amount of uncertainty in many application scenarios. In such compli…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Sequential Estimation under Multiple Resources: a Bandit Point of View

2021-09-29 · Alireza Masoumian, Shayan Kiyani, Mohammad Hossein Yassaee

The problem of Sequential Estimation under Multiple Resources (SEMR) is defined in a federated setting. SEMR could be considered as the intersection of statistical estimation and bandit theory. In this problem, an agent …

A Deep Reinforcement Learning Approach to Automated Stock Trading, using xLSTM Networks

2025-03-12 · Faezeh Sarlakifar, Mohammadreza Mohammadzadeh Asl, Sajjad Rezvani Khaledi, Armin Salimi-Badr

Traditional Long Short-Term Memory (LSTM) networks are effective for handling sequential data but have limitations such as gradient vanishing and difficulty in capturing long-term dependencies, which can impact their per…

Deep Reinforcement Learning

Sequential Quantiles via Hermite Series Density Estimation

2015-07-17 · Michael Stephanou, Melvin Varughese, Iain Macdonald

Sequential quantile estimation refers to incorporating observations into quantile estimates in an incremental fashion thus furnishing an online estimate of one or more quantiles at any given point in time. Sequential qua…

Data SummarizationSequential Distribution Function EstimationSequential Quantile Estimation

Trading Utility for Dynamic Fairness in Multiple Resource Division with Sequential Demand

2026-06-09 · Kaiqi Jiang, Karim El Husseini, Wenzhe Fan, Xinhua Zhang arxiv

Dynamic multi-resource allocation is a central problem in shared computing environments, where users' demands arrive sequentially and resources must be distributed fairly without knowledge of future demands. Existing met…