Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ygreif committed Oct 2, 2016
1 parent eb77250 commit cf1e455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/erev_roth_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def learn(self, reward):
def iterate(agents, env):
actions = [a.act() for a in agents]
obs, reward, _, _ = env.step(actions)
print actions, sum(actions)
for agent, reward in zip(agents, reward):
agent.learn(reward)
return actions
Expand Down

0 comments on commit cf1e455

Please sign in to comment.