Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jstac committed Jun 3, 2013
1 parent 4bc547e commit 5af69d4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions career.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,3 @@ def get_greedy(w, v):
action = 3
policy[i, j] = action
return policy


print "Computing the value function with %d iterations" % K
for i in range(K):
new_v = bellman(w, v)
v = new_v
return v

0 comments on commit 5af69d4

Please sign in to comment.