maxkw / evolution

0 stars 0 forks source link

making the game class more sequential #6

Closed maxkw closed 8 years ago

maxkw commented 8 years ago

rewrite the sequential non-sequentially observed dictator game into the game class. thus the world can say "I want to play a PD", and the game class handles the sequentialness and the get a handle of some kind to decide when the observations should happen.

also don't forget about: http://www.gambit-project.org/

maxkw commented 8 years ago

Note: this is just one change to the run code. You don't need to redesign the full run code. incremental progress

maxkw commented 8 years ago

The first thing to do, is to pull out the code in 552:596 and put most of that logic in a game generator class.

polyguo commented 8 years ago

We can close this issue when we go over the new code.