Skip to content

Commit

Permalink
remove print info
Browse files Browse the repository at this point in the history
  • Loading branch information
witwolf committed Nov 22, 2018
1 parent ce59941 commit 8052e1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/protoss_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 19,6 @@ def __init__(self, config, memory_step_n=8):
def transform(self, timesteps, actions):
rewards = []
for timestep, action in zip(timesteps, actions):
print(timestep.reward)
rewards.append(self.get_reward(timestep, action) 1000 *
timestep.reward)
return np.array(rewards)
Expand Down

0 comments on commit 8052e1d

Please sign in to comment.