Skip to content

Commit 941e638

Browse files
authored
[short_path] Delete next_J in compute_cost_to_go
1 parent 29a3061 commit 941e638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lectures/short_path.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ def bellman(J, Q):
429429
430430
def compute_cost_to_go(Q):
431431
J = np.zeros(num_nodes) # Initial guess
432-
next_J = np.empty(num_nodes) # Stores updated guess
433432
max_iter = 500
434433
i = 0
435434

0 commit comments

Comments
 (0)