42digest首页
自动化谈判介绍

Introduction to Automated Negotiation

Dave de Jonge

arXiv
2025年11月11日

本书是一本入门教科书,面向对自动化谈判主题全新的计算机科学专业的学生。 它不需要任何先决条件的知识,除了小学数学和基本的编程技能。 本书附带了一个简单的玩具世界谈判框架,在Python中实现,读者可以使用该框架来实现他们自己的谈判算法并使用它们进行实验。 这个框架既小又简单,以至于任何不喜欢在Python中工作的读者都应该能够在他们选择的任何其他编程语言中快速重新实现它。

This book is an introductory textbook targeted towards computer science students who are completely new to the topic of automated negotiation. It does not require any prerequisite knowledge, except for elementary mathematics and basic programming skills. This book comes with an simple toy-world negotiation framework implemented in Python that can be used by the readers to implement their own negotiation algorithms and perform experiments with them. This framework is small and simple enough that ...