Closed quinn-dougherty closed 3 years ago
time
environments.HarvestEnv
board.HarvestGame
environments.HarvestEnv.step
board.HarvestGame.step
def step(self, actions: Dict[AgentID, int]) -> Dict[AgentID, float]: """takes actions dict and returns rewards dict"""
note: after this issue is done, train to see if greed/exhaustion happens.
time
property fromenvironments.HarvestEnv
toboard.HarvestGame
environments.HarvestEnv.step
toboard.HarvestGame.step
, (note the plural)