Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing brackets #25992

Merged
merged 1 commit into from
Jun 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add missing brackets
  • Loading branch information
sychen52 authored Jun 22, 2022
commit 4645fe3036d7c77dfb7da1eac67cd8a7e38e9ca0
6 changes: 3 additions & 3 deletions doc/source/ray-core/examples/plot_pong_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
"\n",
" Arguments:\n",
" eph: Array of intermediate hidden states.\n",
" epx: Array of experiences (observations.\n",
" epdlogp: Array of logps (output of last layer before softmax/\n",
" epx: Array of experiences (observations).\n",
" epdlogp: Array of logps (output of last layer before softmax).\n",
"\n",
" \"\"\"\n",
" dW2 = np.dot(eph.T, epdlogp).ravel()\n",
Expand Down Expand Up @@ -382,4 +382,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}