Skip to content

Commit 327bb7e

Browse files
authored
Fix typo
one -> once
1 parent e0ef5d1 commit 327bb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DP/Policy Evaluation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
" policy: [S, A] shaped matrix representing the policy.\n",
4343
" env: OpenAI env. env.P represents the transition probabilities of the environment.\n",
4444
" env.P[s][a] is a (prob, next_state, reward, done) tuple.\n",
45-
" theta: We stop evaluation one our value function change is less than theta for all states.\n",
45+
" theta: We stop evaluation once our value function change is less than theta for all states.\n",
4646
" discount_factor: lambda discount factor.\n",
4747
" \n",
4848
" Returns:\n",

0 commit comments

Comments
 (0)