Skip to content

Commit

Permalink
Removed print.
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang1024 committed Jul 7, 2022
1 parent 9040f01 commit ba086a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bmusic/proc/mechanical.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ def best_choice(self, notes, note_i, status, depth=1):
new_status[i][1] = note.start
_, depth_rew = self.best_choice(notes, note_i+1, new_status, depth-1)

if depth == 4 and notes[note_i].note == 44:
print("in", i, dist, time, rew, depth_rew)
rew += depth_rew

reward.append(rew)
Expand Down

0 comments on commit ba086a1

Please sign in to comment.