Skip to content

Commit

Permalink
Fixed some typos in a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowen committed Oct 9, 2016
1 parent 4b3cf39 commit 6922784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
" a: (Optional) action to make a prediction for\n",
" \n",
" Returns\n",
" If a state a is given this returns a single number as the prediction.\n",
" If no state is given this returns a vector or predictions for all actions\n",
" If an action a is given this returns a single number as the prediction.\n",
" If no action is given this returns a vector or predictions for all actions\n",
" in the environment where pred[i] is the prediction for action i.\n",
" \n",
" \"\"\"\n",
Expand Down Expand Up @@ -362,7 +362,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.4.3"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions FA/Q-Learning with Value Function Approximation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
" a: (Optional) action to make a prediction for\n",
" \n",
" Returns\n",
" If a state a is given this returns a single number as the prediction.\n",
" If no state is given this returns a vector or predictions for all actions\n",
" If an action a is given this returns a single number as the prediction.\n",
" If no action is given this returns a vector or predictions for all actions\n",
" in the environment where pred[i] is the prediction for action i.\n",
" \n",
" \"\"\"\n",
Expand Down Expand Up @@ -326,7 +326,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.4.3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 6922784

Please sign in to comment.