Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliakoliou authored Oct 6, 2023
1 parent 5da57fe commit 07df98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Repeated Coordination Game

The code implements a Repeated Coordination Game between 7 players using Q-Learning, for the purpose of reaching some Nash Equilibrium point.
* Two actions: "A1" and "A2", and two types of players: "X" and "Y" are involved.
* Two actions: "A<sub>1</sub>" and "A<sub>2</sub>", and two types of players: "X" and "Y" are involved.
* The payoff of each player depends on the combination of actions chosen by him and his opponent, and the pair in which he is involved in a given round.
* The neighbors list specifies the pairs of players that are matched together in each round - each player may participate in multiple pairs depending on the size and structure of the network.
* The game is played repeatedly with a predefined number of episodes.
Expand Down Expand Up @@ -44,4 +44,4 @@ Here are some suggestions:
```

## Authors
Natalia Koliou & Konstantinos Chaldaiopoulos
[Natalia Koliou](https://www.linkedin.com/in/natalia-koliou-b37b01197/) & Konstantinos Chaldaiopoulos

0 comments on commit 07df98b

Please sign in to comment.