maxkw / evolution

0 stars 0 forks source link

Build logging and history in the game #19

Closed maxkw closed 8 years ago

maxkw commented 8 years ago

History and observations need be separate data structures. Observations are the results of a game and are used by the agents. History is what happened and includes snapshots of what the agents observed.

polyguo commented 8 years ago

Done. 'Repeated' class in games.py now handles history.