Skip to content

Commit 50bd363

Browse files
authored
Merge pull request #159 from Eri-Oyama/patch-1
[short_path] Delete next_J in compute_cost_to_go
2 parents 29a3061 + 941e638 commit 50bd363

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)