gambitproject / gte

Game Theory Explorer: Build, explore and solve extensive form games.
GNU General Public License v3.0
86 stars 40 forks source link

Payoffs changing unexpectedly #40

Open amandaccsantos opened 7 years ago

amandaccsantos commented 7 years ago

The steps to reproduce it are as follows:

<gte version="0.1">
  <gameDescription/>
  <display>
    <color player="1">#FF0000</color>
    <color player="2">#0000FF</color>
    <font>Times</font>
    <strokeWidth>1</strokeWidth>
    <cellVertPadding>5</cellVertPadding>
    <cellHorizPadding>5</cellHorizPadding>
  </display>
  <players>
    <player playerId="1">1</player>
    <player playerId="2">2</player>
  </players>
  <strategicForm size="{ 6 6 }">
    <strategy player="1">{ "A" "B" "C" "D" "E" "F" }</strategy>
    <strategy player="2">{ "a" "b" "c" "d" "e" "f" }</strategy>
    <payoffs player="1">0 0 -4237/50000 0 7353/125000 5597/125000
0 0 -4237/50000 0 7353/125000 5597/125000
42373/500000 42373/500000 0 42373/500000 142857/1000000 16129/125000
0 0 -4237/50000 0 7353/125000 5597/125000
-6569/100000 -6569/100000 -187/1250 -6569/100000 -689/100000 -209/10000
-229/10000 -229/10000 -10743/100000 -229/10000 3597/100000 2189/100000</payoffs>
    <payoffs player="2">0 0 4237/50000 0 -7353/125000 -5597/125000
0 0 4237/50000 0 -7353/125000 -5597/125000
-42373/500000 -42373/500000 0 -42373/500000 -142857/1000000 -16129/125000
0 0 4237/50000 0 -7353/125000 -5597/125000
6569/100000 6569/100000 187/1250 6569/100000 689/100000 209/10000
229/10000 229/10000 10743/100000 229/10000 -3597/100000 -2189/100000</payoffs>
  </strategicForm>
</gte>

Could this be 'confusing' the online solver?