1. Homepage
  2. Programming
  3. COMP34612: Computational Game Theory Group Project: 2-person Stackelberg pricing games

COMP34612: Computational Game Theory Group Project: 2-person Stackelberg pricing games

Engage in a Conversation
ManchesterCOMP34612Computational Game TheoryStackelberg pricing games

CourseNana.COM

COMP34612: Computational Game Theory Group Project (Coursework) CourseNana.COM

Overview CourseNana.COM

Your task is to create a program that stimulates playing repeated 2-person Stackelberg pricing games as the leader, under conditions of imperfect information. CourseNana.COM

Followers’ Specifications CourseNana.COM

  • There are three different followers, named as MK1, MK2, and MK3. CourseNana.COM

  • The payoff function and strategy spaces of these followers are unknown. However, historical data CourseNana.COM

    from 100 days of previous games between the leader and each follower is available. CourseNana.COM

    Leader’s Specifications CourseNana.COM

    Assume that the leader’s strategy (i.e., price) is 𝑢𝐿 and the follower’s strategy (i.e., price) is 𝑢𝐹. The specifics regarding the leader’s strategy and profits are as follows: CourseNana.COM

    •   Unit cost: 𝑐𝐿 = £1.00 CourseNana.COM

    •   Strategy space: CourseNana.COM

      1. When playing with MK1 and MK2, the leader’s strategy space is 𝑈𝐿 = [1.00, +∞) CourseNana.COM

      2. When playing with MK3, the leader’s strategy space is 𝑈𝐿 = [1.00, 2.00] CourseNana.COM

    •   Demand Model (i.e., price-sale relationship): 𝑆𝐿 (𝑢𝐿 , 𝑢𝐹 ) = 2 − 𝑢𝐿 + 0.3𝑢𝐹 CourseNana.COM

    •   DailyProfit: (𝑢𝐿 −𝑐𝐿)𝑆𝐿(𝑢𝐿,𝑢𝐹) CourseNana.COM

    •   Objective: The leader’s objective of playing is to maximise the accumulated profit for the next 30 CourseNana.COM

      days. CourseNana.COM

    •   Assumption: For simplicity, it is assumed that the leader’s unit cost, strategy space, and the demand CourseNana.COM

      model remain unchanged throughout the entire period of 130 days. CourseNana.COM

      Game Rules CourseNana.COM

      On day 𝑡, the leader announces the price, 𝑢𝐿(𝑡), first. After learning the leader’s price, the follower will choose the responding price, 𝑢𝐹 (𝑡). This process occurs over a period of 𝑡 = 1, 2, ... , 130, where 𝑡 = 1, 2, ... , 100 corresponds to the days for which historical data is available, and 𝑡 = 101, 102, ... , 130 are the days during which the game will be played repeatedly. CourseNana.COM

      Game Playing Scenarios CourseNana.COM

      In this setup, your program, acting as the leader, will engage in three separate games against three different competitors, identified as followers MK1, MK2, and MK3. CourseNana.COM

For each of the CourseNana.COM

repeated CourseNana.COM

game, the leader selects his learning method to learn the follower’s reaction CourseNana.COM

function based on the provided set of historical data which spans from CourseNana.COM

𝑡 = 1,2,...,100 CourseNana.COM

. During the CourseNana.COM

next 30 days ( CourseNana.COM

, the leader announces a price, CourseNana.COM

, to the game platform CourseNana.COM

daily. After the leader's price is announced, the follower will respond with the price, CourseNana.COM

receiving the follower's price, CourseNana.COM

𝑢𝐹 (𝑡) CourseNana.COM

, from the game platform, the leader may use this new CourseNana.COM

information to refine their knowledge and decide his price of the next day. In the other words, the CourseNana.COM

leader (i.e., your program) should be able to take the follower’s price of the previous day from the CourseNana.COM

game platform for updating, and then decide and send his price of the next day to the game platform.. CourseNana.COM

𝑡 = 101, 102, ... , 130) 𝑢𝐿(𝑡) CourseNana.COM

𝑢𝐹(𝑡). Upon CourseNana.COM

It should be emphasised that the follower’s strategy and payoff function is subject to the changing and time varying environment. That is, the parameters in the follower’s payoff function may not be the same every day. CourseNana.COM

Implementation Options CourseNana.COM

  1. Single Leader Approach: You may choose to design and implement a single leader algorithm that competes against all three followers, adapting its strategy based on the opponent being faced. CourseNana.COM

  2. Multiple Leaders Approach: Alternatively, you could design and implement three distinct leaders, each tailored to play against one of the followers. This approach allows for specialised strategies to be developed for each follower type. CourseNana.COM

Project Timeline CourseNana.COM

  • Week 7 (Starting 11 March): Start to work on your project and project planning. CourseNana.COM

  • Week 11 (29 April – 3 May): Group presentations telling us what you have done. CourseNana.COM

  • Deadline (3 May at 6:00pm): Deadline to submit codes and supporting document. CourseNana.COM

    Support CourseNana.COM

  • Weekly Support Sessions: Project support sessions are scheduled every Wednesday from 11:00 am to 12:00 noon between Weeks 7 and 10. These sessions will be held at Stopford_TH 1, located on the first floor of the Stopford Building. You are encouraged to attend if you have questions, need clarification, or seek guidance on any aspect of the project. Attendance is optional and based on your needs for support. CourseNana.COM

  • Email: In addition to the weekly sessions, you are welcome to ask questions or seek support via email at any time. If you encounter any issues with installing or running the game platform, or if you have any other project-related inquiries, do not hesitate to contact the teaching assistants by email for support. CourseNana.COM

Whichever method you choose, it's crucial to document in your submission's README file which CourseNana.COM

leader(s) is designed to play against each follower. This clarity will help in understanding the design CourseNana.COM

choices and strategies implemented in your program. CourseNana.COM

CourseNana.COM

Assessment Criteria CourseNana.COM

The project is a significant component of your final grade, accounting for 50% of the total mark, with the remaining 50% coming from the final examination. The project mark is distributed as follows: CourseNana.COM

  1. Content of the Approach (50% of this project mark): CourseNana.COM

    • Presentation (40%): Your grade in this category is based on the presentation you give in Week 11. This includes the originality of your idea, how well it integrates knowledge from the course, and any relevant external literature or research you have incorporated. CourseNana.COM

    • Written Materials (10%): This is based on the documentation you submit to your group journal on Blackboard. It evaluates the depth and clarity of your written explanation of the approach, including the rationale behind your strategies and methods. CourseNana.COM

  2. Performance of the Approach (50% of this project mark): CourseNana.COM

This evaluates the effectiveness of your strategy by looking at how well it performs in the game CourseNana.COM

environment, such as the accumulated profit generated by your submitted codes. 3. Group Mark Distribution: CourseNana.COM

The overall group mark will be allocated to individual group members based on self-assessment and the demonstration of knowledge during the presentation. CourseNana.COM

Presentation CourseNana.COM

During the presentation week of Semester 2, every group is scheduled to present their project to the lecturers. It is important for each group member to actively participate in speaking and answering questions. This participation allows us to evaluate each member's contributions to the project. The assessment criteria focus solely on the content of your presentation, including the activities your group undertook and the lessons learned through the project process. Presentation skills are not part of the evaluation, so the emphasis should not be on creating a polished presentation but on effectively communicating your project's substance and outcomes. CourseNana.COM

Submission CourseNana.COM

Submission will be through Blackboard and the details will be sent to you later. CourseNana.COM

Game Platform and Resources CourseNana.COM

The game platform and detailed explanation (Readme.txt) can be found on Blackboard.  CourseNana.COM

Overview CourseNana.COM

Your task is to create a program that stimulates playing repeated 2-person Stackelberg pricing games as the leader, under conditions of imperfect information. CourseNana.COM

Followers’ Specifications CourseNana.COM

  • There are three different followers, named as MK1, MK2, and MK3. CourseNana.COM

  • The payoff function and strategy spaces of these followers are unknown. However, historical data CourseNana.COM

    from 100 days of previous games between the leader and each follower is available. CourseNana.COM

    Leader’s Specifications CourseNana.COM

    Assume that the leader’s strategy (i.e., price) is 𝑢𝐿 and the follower’s strategy (i.e., price) is 𝑢𝐹. The specifics regarding the leader’s strategy and profits are as follows: CourseNana.COM

    •   Unit cost: 𝑐𝐿 = £1.00 CourseNana.COM

    •   Strategy space: CourseNana.COM

      1. When playing with MK1 and MK2, the leader’s strategy space is 𝑈𝐿 = [1.00, +∞) CourseNana.COM

      2. When playing with MK3, the leader’s strategy space is 𝑈𝐿 = [1.00, 2.00] CourseNana.COM

    •   Demand Model (i.e., price-sale relationship): 𝑆𝐿 (𝑢𝐿 , 𝑢𝐹 ) = 2 − 𝑢𝐿 + 0.3𝑢𝐹 CourseNana.COM

    •   DailyProfit: (𝑢𝐿 −𝑐𝐿)𝑆𝐿(𝑢𝐿,𝑢𝐹) CourseNana.COM

    •   Objective: The leader’s objective of playing is to maximise the accumulated profit for the next 30 CourseNana.COM

      days. CourseNana.COM

    •   Assumption: For simplicity, it is assumed that the leader’s unit cost, strategy space, and the demand CourseNana.COM

      model remain unchanged throughout the entire period of 130 days. CourseNana.COM

      Game Rules CourseNana.COM

      On day 𝑡, the leader announces the price, 𝑢𝐿(𝑡), first. After learning the leader’s price, the follower will choose the responding price, 𝑢𝐹 (𝑡). This process occurs over a period of 𝑡 = 1, 2, ... , 130, where 𝑡 = 1, 2, ... , 100 corresponds to the days for which historical data is available, and 𝑡 = 101, 102, ... , 130 are the days during which the game will be played repeatedly. CourseNana.COM

      Game Playing Scenarios CourseNana.COM

      In this setup, your program, acting as the leader, will engage in three separate games against three different competitors, identified as followers MK1, MK2, and MK3. CourseNana.COM

For each of the CourseNana.COM

repeated CourseNana.COM

game, the leader selects his learning method to learn the follower’s reaction CourseNana.COM

function based on the provided set of historical data which spans from CourseNana.COM

𝑡 = 1,2,...,100 CourseNana.COM

. During the CourseNana.COM

next 30 days ( CourseNana.COM

, the leader announces a price, CourseNana.COM

, to the game platform CourseNana.COM

daily. After the leader's price is announced, the follower will respond with the price, CourseNana.COM

receiving the follower's price, CourseNana.COM

𝑢𝐹 (𝑡) CourseNana.COM

, from the game platform, the leader may use this new CourseNana.COM

information to refine their knowledge and decide his price of the next day. In the other words, the CourseNana.COM

leader (i.e., your program) should be able to take the follower’s price of the previous day from the CourseNana.COM

game platform for updating, and then decide and send his price of the next day to the game platform.. CourseNana.COM

𝑡 = 101, 102, ... , 130) 𝑢𝐿(𝑡) CourseNana.COM

𝑢𝐹(𝑡). Upon CourseNana.COM

It should be emphasised that the follower’s strategy and payoff function is subject to the changing and time varying environment. That is, the parameters in the follower’s payoff function may not be the same every day. CourseNana.COM

Implementation Options CourseNana.COM

  1. Single Leader Approach: You may choose to design and implement a single leader algorithm that competes against all three followers, adapting its strategy based on the opponent being faced. CourseNana.COM

  2. Multiple Leaders Approach: Alternatively, you could design and implement three distinct leaders, each tailored to play against one of the followers. This approach allows for specialised strategies to be developed for each follower type. CourseNana.COM

Project Timeline CourseNana.COM

  • Week 7 (Starting 11 March): Start to work on your project and project planning. CourseNana.COM

  • Week 11 (29 April – 3 May): Group presentations telling us what you have done. CourseNana.COM

  • Deadline (3 May at 6:00pm): Deadline to submit codes and supporting document. CourseNana.COM

    Support CourseNana.COM

  • Weekly Support Sessions: Project support sessions are scheduled every Wednesday from 11:00 am to 12:00 noon between Weeks 7 and 10. These sessions will be held at Stopford_TH 1, located on the first floor of the Stopford Building. You are encouraged to attend if you have questions, need clarification, or seek guidance on any aspect of the project. Attendance is optional and based on your needs for support. CourseNana.COM

  • Email: In addition to the weekly sessions, you are welcome to ask questions or seek support via email at any time. If you encounter any issues with installing or running the game platform, or if you have any other project-related inquiries, do not hesitate to contact the teaching assistants by email for support. CourseNana.COM

Whichever method you choose, it's crucial to document in your submission's README file which CourseNana.COM

leader(s) is designed to play against each follower. This clarity will help in understanding the design CourseNana.COM

choices and strategies implemented in your program. CourseNana.COM

CourseNana.COM

Assessment Criteria CourseNana.COM

The project is a significant component of your final grade, accounting for 50% of the total mark, with the remaining 50% coming from the final examination. The project mark is distributed as follows: CourseNana.COM

  1. Content of the Approach (50% of this project mark): CourseNana.COM

    • Presentation (40%): Your grade in this category is based on the presentation you give in Week 11. This includes the originality of your idea, how well it integrates knowledge from the course, and any relevant external literature or research you have incorporated. CourseNana.COM

    • Written Materials (10%): This is based on the documentation you submit to your group journal on Blackboard. It evaluates the depth and clarity of your written explanation of the approach, including the rationale behind your strategies and methods. CourseNana.COM

  2. Performance of the Approach (50% of this project mark): CourseNana.COM

This evaluates the effectiveness of your strategy by looking at how well it performs in the game CourseNana.COM

environment, such as the accumulated profit generated by your submitted codes. 3. Group Mark Distribution: CourseNana.COM

The overall group mark will be allocated to individual group members based on self-assessment and the demonstration of knowledge during the presentation. CourseNana.COM

Presentation CourseNana.COM

During the presentation week of Semester 2, every group is scheduled to present their project to the lecturers. It is important for each group member to actively participate in speaking and answering questions. This participation allows us to evaluate each member's contributions to the project. The assessment criteria focus solely on the content of your presentation, including the activities your group undertook and the lessons learned through the project process. Presentation skills are not part of the evaluation, so the emphasis should not be on creating a polished presentation but on effectively communicating your project's substance and outcomes. CourseNana.COM

Submission CourseNana.COM

Submission will be through Blackboard and the details will be sent to you later. CourseNana.COM

Game Platform and Resources CourseNana.COM

The game platform and detailed explanation (Readme.txt) can be found on Blackboard.  CourseNana.COM

Get in Touch with Our Experts

WeChat WeChat
Whatsapp WhatsApp
Manchester代写,COMP34612代写,Computational Game Theory代写,Stackelberg pricing games代写,Manchester代编,COMP34612代编,Computational Game Theory代编,Stackelberg pricing games代编,Manchester代考,COMP34612代考,Computational Game Theory代考,Stackelberg pricing games代考,Manchesterhelp,COMP34612help,Computational Game Theoryhelp,Stackelberg pricing gameshelp,Manchester作业代写,COMP34612作业代写,Computational Game Theory作业代写,Stackelberg pricing games作业代写,Manchester编程代写,COMP34612编程代写,Computational Game Theory编程代写,Stackelberg pricing games编程代写,Manchesterprogramming help,COMP34612programming help,Computational Game Theoryprogramming help,Stackelberg pricing gamesprogramming help,Manchesterassignment help,COMP34612assignment help,Computational Game Theoryassignment help,Stackelberg pricing gamesassignment help,Manchestersolution,COMP34612solution,Computational Game Theorysolution,Stackelberg pricing gamessolution,