Arxiv:1712.05723V4 [Cs.GT] 18 Mar 2020 Department of Computer Science E-Mail: [email protected] 2 Ghislain Fourny
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
Technology & Computer Science
The Latticework: Technology & Computer Science The Latticework: Technology & Computer Science 1 The Latticework: Technology & Computer Science What I noted since the really big ideas carry 95% of the freight, it wasn’t at all hard for me to pick up all the big ideas from all the big disciplines and make them a standard part of my mental routines. Once you have the ideas, of course, they are no good if you don’t practice – if you don’t practice you lose it. So, I went through life constantly practicing this model of the multidisciplinary approach. Well, I can’t tell you what that’s done for me. It’s made life more fun, it’s made me more constructive, it’s made me more helpful to others, it’s made me enormously rich, you name it, that attitude really helps… …It doesn’t help you just to know them enough just so you can give them back on an exam and get an A. You have to learn these things in such a way that they’re in a mental latticework in your head and you automatically use them for the rest of your life. – Charlie Munger, 2007 USC Gould School of Law Commencement Speech 2 The Latticework: Technology & Computer Science Technology & Computer Science Technology has been the overriding tidal wave in the last several centuries (maybe millennia, if tools like plows and horse bridles are considered) and understanding the fundamentals in this field can be helpful in seeing the patterns behind these innovations, how they were arrived at, and their potential impacts. -
Generation Based Analysis Model for Non-Cooperative Games
Generation Based Analysis Model for Non-Cooperative Games Soham Banerjee Department of Computer Engineering International Institute of Information Technology Pune, India Email: [email protected] Abstract—In most real-world games, participating agents are to its optimal solution which forms a good base for comparison all perfectly rational and choose the most optimal set of actions for the model’s performance. possible; but that is not always the case while dealing with complex games. This paper proposes a model for analysing II. PROPOSED MODEL the possible set of moves and their outcome; where not all participating agents are perfectly rational. The model proposed is The proposed model works within the framework of pre- used on three games, Prisoners’ Dilemma, Platonia Dilemma and determined assumptions; but may be altered or expanded to Guess 2 of the Average. All the three games have fundamental 3 other games as well. differences in their action space and outcome payoffs, making them good examples for analysis with the proposed model. • All agents have infinite memory - this means that an agent Index Terms—game theory, analysis model, deterministic remembers all previous iterations of the game along with games, superrationality, prisoners’ dilemma, platonia dilemma the observation as well as the result. • All the games have a well-defined pure strategy Nash Equilibrium. I. INTRODUCTION • The number of participating agents is always known. • All the games are non co-operative - this indicates that the While selecting appropriate actions to perform in a game, agents will only form an alliance if it is self-enforcing. a common assumption made is that, all other participating agents (co-operative or not) will make the most optimal move Each participating agent is said to posses a Generation of possible. -
Villager's Dilemma
Villager's dilemma Beihang He Advertisement 0702,Department of Arts and Communication, Zhejiang University City College No.51 Huzhou Street Hangzhou Zhejiang, 310015 Tel: 13906539819 E-mail: [email protected] 1 Abstract:With deeper study of the Game Theory, some conditions of Prisoner’s Dilemma is no longer suitable of games in real life. So we try to develop a new model-Villager’s Dilemma which has more realistic conditions to stimulate the process of game. It is emphasize that Prisoner’s Dilemma is an exception which is lack of universality and the importance of rules in the game. And it puts forward that to let the rule maker take part in the game and specifies game players can stop the game as they like. This essay describes the basic model, the villager’s dilemma (VD) and put some extended use of it, and points out the importance of rules and the effect it has on the result of the game. It briefly describes the disadvantage of Prisoner’s Dilemma and advantage Villager’s Dilemma has. It summarizes the premise and scope of application of Villager’s Dilemma, and provides theory foundation for making rules for game and forecast of the future of the game. 2 1. Basic Model In the basic model, the villager’s dilemma (VD) is presented as follows: Three villagers who have the same physical strength and a robber who has two and a half times physical strength as three villagers are living in the same village. In other words, three villagers has to act together to defeat the robber who is stronger than anyone of them. -
Alpha-Beta Pruning
Alpha-Beta Pruning Carl Felstiner May 9, 2019 Abstract This paper serves as an introduction to the ways computers are built to play games. We implement the basic minimax algorithm and expand on it by finding ways to reduce the portion of the game tree that must be generated to find the best move. We tested our algorithms on ordinary Tic-Tac-Toe, Hex, and 3-D Tic-Tac-Toe. With our algorithms, we were able to find the best opening move in Tic-Tac-Toe by only generating 0.34% of the nodes in the game tree. We also explored some mathematical features of Hex and provided proofs of them. 1 Introduction Building computers to play board games has been a focus for mathematicians ever since computers were invented. The first computer to beat a human opponent in chess was built in 1956, and towards the late 1960s, computers were already beating chess players of low-medium skill.[1] Now, it is generally recognized that computers can beat even the most accomplished grandmaster. Computers build a tree of different possibilities for the game and then work backwards to find the move that will give the computer the best outcome. Al- though computers can evaluate board positions very quickly, in a game like chess where there are over 10120 possible board configurations it is impossible for a computer to search through the entire tree. The challenge for the computer is then to find ways to avoid searching in certain parts of the tree. Humans also look ahead a certain number of moves when playing a game, but experienced players already know of certain theories and strategies that tell them which parts of the tree to look. -
Game Theory with Translucent Players
Game Theory with Translucent Players Joseph Y. Halpern and Rafael Pass∗ Cornell University Department of Computer Science Ithaca, NY, 14853, U.S.A. e-mail: fhalpern,[email protected] November 27, 2012 Abstract A traditional assumption in game theory is that players are opaque to one another—if a player changes strategies, then this change in strategies does not affect the choice of other players’ strategies. In many situations this is an unrealistic assumption. We develop a framework for reasoning about games where the players may be translucent to one another; in particular, a player may believe that if she were to change strategies, then the other player would also change strategies. Translucent players may achieve significantly more efficient outcomes than opaque ones. Our main result is a characterization of strategies consistent with appro- priate analogues of common belief of rationality. Common Counterfactual Belief of Rationality (CCBR) holds if (1) everyone is rational, (2) everyone counterfactually believes that everyone else is rational (i.e., all players i be- lieve that everyone else would still be rational even if i were to switch strate- gies), (3) everyone counterfactually believes that everyone else is rational, and counterfactually believes that everyone else is rational, and so on. CCBR characterizes the set of strategies surviving iterated removal of minimax dom- inated strategies: a strategy σi is minimax dominated for i if there exists a 0 0 0 strategy σ for i such that min 0 u (σ ; µ ) > max u (σ ; µ ). i µ−i i i −i µ−i i i −i ∗Halpern is supported in part by NSF grants IIS-0812045, IIS-0911036, and CCF-1214844, by AFOSR grant FA9550-08-1-0266, and by ARO grant W911NF-09-1-0281. -
Reading List
EECS 101 Introduction to Computer Science Dinda, Spring, 2009 An Introduction to Computer Science For Everyone Reading List Note: You do not need to read or buy all of these. The syllabus and/or class web page describes the required readings and what books to buy. For readings that are not in the required books, I will either provide pointers to web documents or hand out copies in class. Books David Harel, Computers Ltd: What They Really Can’t Do, Oxford University Press, 2003. Fred Brooks, The Mythical Man-month: Essays on Software Engineering, 20th Anniversary Edition, Addison-Wesley, 1995. Joel Spolsky, Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers, Designers, and Managers, and to Those Who, Whether by Good Fortune or Ill Luck, Work with Them in Some Capacity, APress, 2004. Most content is available for free from Spolsky’s Blog (see http://www.joelonsoftware.com) Paul Graham, Hackers and Painters, O’Reilly, 2004. See also Graham’s site: http://www.paulgraham.com/ Martin Davis, The Universal Computer: The Road from Leibniz to Turing, W.W. Norton and Company, 2000. Ted Nelson, Computer Lib/Dream Machines, 1974. This book is now very rare and very expensive, which is sad given how visionary it was. Simon Singh, The Code Book: The Science of Secrecy from Ancient Egypt to Quantum Cryptography, Anchor, 2000. Douglas Hofstadter, Goedel, Escher, Bach: The Eternal Golden Braid, 20th Anniversary Edition, Basic Books, 1999. Stuart Russell and Peter Norvig, Artificial Intelligence: A Modern Approach, 2nd Edition, Prentice Hall, 2003. -
Review of Le Ton Beau De Marot
Journal of Translation, Volume 4, Number 1 (2008) 7 Book Review Le Ton Beau de Marot: In Praise of the Music of Language. By Douglas R. Hofstadter New York: Basic Books, 1997. Pp. 632. Paper $29.95. ISBN 0465086454. Reviewed by Milton Watt SIM International Introduction Busy translators may not have much time to read in the area of literary translation, but there are some valuable books in that field that can help us in the task of Bible translation. One such book is Le Ton Beau de Marot by Douglas Hofstadter. This book will allow you to look at translation from a fresh perspective by way of various models, using terms or categories you may not have thought of, or realized. Some specific translation techniques will challenge you to think through how you translate, such as intentionally creating a non-natural sounding text at times to give it the flavor of the original text. This book is particularly pertinent for those who are translating poetry and wrestling with the occasional tension between form and meaning. The author of Le Ton Beau de Marot, Douglas Hofstadter, is most known for his 1979 Pulitzer prize- winning book Gödel, Escher, Bach: An Eternal Golden Braid (1979) that propelled him to legendary status in the mathematical/computer intellectual community. Hofstadter is a professor of Cognitive Science and Computer Science at Indiana University in Bloomington and is the director of the Center for Research on Concepts and Cognition, where he studies the mechanisms of analogy and creativity. Hofstadter was drawn to write Le Ton Beau de Marot because of his knowledge of many languages, his fascination with the complexities of translation, and his experiences of having had his book Gödel, Escher, Bach translated. -
A Reading List for Undergraduate Mathematics Majors: a Personal View Paul Froeschl University of Minnesota, Twin Cities
Humanistic Mathematics Network Journal Issue 8 Article 12 7-1-1993 A Reading List for Undergraduate Mathematics Majors: A Personal View Paul Froeschl University of Minnesota, Twin Cities Follow this and additional works at: http://scholarship.claremont.edu/hmnj Part of the Mathematics Commons Recommended Citation Froeschl, Paul (1993) "A Reading List for Undergraduate Mathematics Majors: A Personal View," Humanistic Mathematics Network Journal: Iss. 8, Article 12. Available at: http://scholarship.claremont.edu/hmnj/vol1/iss8/12 This Article is brought to you for free and open access by the Journals at Claremont at Scholarship @ Claremont. It has been accepted for inclusion in Humanistic Mathematics Network Journal by an authorized administrator of Scholarship @ Claremont. For more information, please contact [email protected]. A Reading List for Undergraduate Mathematics Majors A Personal View PaulFroeschJ University ofMinnesota Minneapolis, MN This has been a reflective year. Early in 4. Science and Hypothesis, Henri Poincare. September I realized that Jwas starting my twenty- fifth year of college teaching. Those days and 5. A Mathematician 's Apol0D'.GR. Hardy. years of teaching were ever present in my mind One day in class I mentioned a book (I forget 6. HistOO' of Mathematics. Carl Boyer. which one now) that I thought my students There are perhaps more thorough histories, (mathematics majors) should read before but for ease of reference and early graduating. One of them asked for a list of such accessibility for nascent mathematics books-awonderfully reflective idea! majors this histoty is best, One list was impossible, but three lists 7. HistorY of Calculus, Carl Boyer. -
Eszter Babarczy: Community Based Trust on the Internet
PTE BTK Nyelvtudományi Doktori Iskola Kommunikáció Doktori Program Babarczy Eszter: Community Based Trust on the Internet Doktori értekezés Témavezető: Horányi Özséb egyetemi tanár 2011. 1 Community-based trust on the internet Tartalom Introduction .................................................................................................................................................. 3 II. A very brief history of the internet ........................................................................................................... 9 Early Days ............................................................................................................................................... 11 Mainstream internet .............................................................................................................................. 12 The internet of social software .............................................................................................................. 15 III Early trust related problems and solutions ............................................................................................ 20 Trading .................................................................................................................................................... 20 Risks of and trust in content ....................................................................................................................... 22 UGC and its discontents: Wikipedia ...................................................................................................... -
The Effective Minimax Value of Asynchronously Repeated Games*
Int J Game Theory (2003) 32: 431–442 DOI 10.1007/s001820300161 The effective minimax value of asynchronously repeated games* Kiho Yoon Department of Economics, Korea University, Anam-dong, Sungbuk-gu, Seoul, Korea 136-701 (E-mail: [email protected]) Received: October 2001 Abstract. We study the effect of asynchronous choice structure on the possi- bility of cooperation in repeated strategic situations. We model the strategic situations as asynchronously repeated games, and define two notions of effec- tive minimax value. We show that the order of players’ moves generally affects the effective minimax value of the asynchronously repeated game in significant ways, but the order of moves becomes irrelevant when the stage game satisfies the non-equivalent utilities (NEU) condition. We then prove the Folk Theorem that a payoff vector can be supported as a subgame perfect equilibrium out- come with correlation device if and only if it dominates the effective minimax value. These results, in particular, imply both Lagunoff and Matsui’s (1997) result and Yoon (2001)’s result on asynchronously repeated games. Key words: Effective minimax value, folk theorem, asynchronously repeated games 1. Introduction Asynchronous choice structure in repeated strategic situations may affect the possibility of cooperation in significant ways. When players in a repeated game make asynchronous choices, that is, when players cannot always change their actions simultaneously in each period, it is quite plausible that they can coordinate on some particular actions via short-run commitment or inertia to render unfavorable outcomes infeasible. Indeed, Lagunoff and Matsui (1997) showed that, when a pure coordination game is repeated in a way that only *I thank three anonymous referees as well as an associate editor for many helpful comments and suggestions. -
570: Minimax Sample Complexity for Turn-Based Stochastic Game
Minimax Sample Complexity for Turn-based Stochastic Game Qiwen Cui1 Lin F. Yang2 1School of Mathematical Sciences, Peking University 2Electrical and Computer Engineering Department, University of California, Los Angeles Abstract guarantees are rather rare due to complex interaction be- tween agents that makes the problem considerably harder than single agent reinforcement learning. This is also known The empirical success of multi-agent reinforce- as non-stationarity in MARL, which means when multi- ment learning is encouraging, while few theoret- ple agents alter their strategies based on samples collected ical guarantees have been revealed. In this work, from previous strategy, the system becomes non-stationary we prove that the plug-in solver approach, proba- for each agent and the improvement can not be guaranteed. bly the most natural reinforcement learning algo- One fundamental question in MBRL is that how to design rithm, achieves minimax sample complexity for efficient algorithms to overcome non-stationarity. turn-based stochastic game (TBSG). Specifically, we perform planning in an empirical TBSG by Two-players turn-based stochastic game (TBSG) is a two- utilizing a ‘simulator’ that allows sampling from agents generalization of Markov decision process (MDP), arbitrary state-action pair. We show that the em- where two agents choose actions in turn and one agent wants pirical Nash equilibrium strategy is an approxi- to maximize the total reward while the other wants to min- mate Nash equilibrium strategy in the true TBSG imize it. As a zero-sum game, TBSG is known to have and give both problem-dependent and problem- Nash equilibrium strategy [Shapley, 1953], which means independent bound. -
Games with Hidden Information
Games with Hidden Information R&N Chapter 6 R&N Section 17.6 • Assumptions so far: – Two-player game : Player A and B. – Perfect information : Both players see all the states and decisions. Each decision is made sequentially . – Zero-sum : Player’s A gain is exactly equal to player B’s loss. • We are going to eliminate these constraints. We will eliminate first the assumption of “perfect information” leading to far more realistic models. – Some more game-theoretic definitions Matrix games – Minimax results for perfect information games – Minimax results for hidden information games 1 Player A 1 L R Player B 2 3 L R L R Player A 4 +2 +5 +2 L Extensive form of game: Represent the -1 +4 game by a tree A pure strategy for a player 1 defines the move that the L R player would make for every possible state that the player 2 3 would see. L R L R 4 +2 +5 +2 L -1 +4 2 Pure strategies for A: 1 Strategy I: (1 L,4 L) Strategy II: (1 L,4 R) L R Strategy III: (1 R,4 L) Strategy IV: (1 R,4 R) 2 3 Pure strategies for B: L R L R Strategy I: (2 L,3 L) Strategy II: (2 L,3 R) 4 +2 +5 +2 Strategy III: (2 R,3 L) L R Strategy IV: (2 R,3 R) -1 +4 In general: If N states and B moves, how many pure strategies exist? Matrix form of games Pure strategies for A: Pure strategies for B: Strategy I: (1 L,4 L) Strategy I: (2 L,3 L) Strategy II: (1 L,4 R) Strategy II: (2 L,3 R) Strategy III: (1 R,4 L) Strategy III: (2 R,3 L) 1 Strategy IV: (1 R,4 R) Strategy IV: (2 R,3 R) R L I II III IV 2 3 L R I -1 -1 +2 +2 L R 4 II +4 +4 +2 +2 +2 +5 +1 L R III +5 +1 +5 +1 IV +5 +1 +5 +1 -1 +4 3 Pure strategies for Player B Player A’s payoff I II III IV if game is played I -1 -1 +2 +2 with strategy I by II +4 +4 +2 +2 Player A and strategy III by III +5 +1 +5 +1 Player B for Player A for Pure strategies IV +5 +1 +5 +1 • Matrix normal form of games: The table contains the payoffs for all the possible combinations of pure strategies for Player A and Player B • The table characterizes the game completely, there is no need for any additional information about rules, etc.