Skip to content

Instantly share code, notes, and snippets.

import abce
class Endowment(abce.Agent):
def init(self, rounds):
self.last_round = rounds - 1
self.labor_endowment = 0
def Iconsume(self):
self.labor_endowment = self.time
@DavoudTaghawiNejad
DavoudTaghawiNejad / ABCE.ipynb
Last active July 1, 2017 17:27
ABCE Tutorial
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.