mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 15:54:13 +01:00
Remove unnecessary newline in policy comparison output for clarity in Lab 3 notebook
This commit is contained in:
@@ -1915,7 +1915,6 @@
|
||||
" vi_times.append(t_vi)\n",
|
||||
"\n",
|
||||
" # Optional: check both found the same final policy\n",
|
||||
"\n",
|
||||
" print(\"Same policy?\", np.array_equal(pi_policy, vi_policy))\n",
|
||||
"\n",
|
||||
"print(\"Policy Iteration - outer iterations:\", pi_iters)\n",
|
||||
|
||||
Reference in New Issue
Block a user