Skip to content

Commit a9dac72

Browse files
committed
fix: 'begining' to 'beginning'
'begining' to 'beginning': projects\smartcab\smartcab.ipynb; line 382
1 parent ed79274 commit a9dac72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/smartcab/smartcab.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"### Question 7\n",
380380
"Using the visualization above that was produced from your improved Q-Learning simulation, provide a final analysis and make observations about the improved driving agent like in **Question 6**. Questions you should answer: \n",
381381
"- *What decaying function was used for epsilon (the exploration factor)?*\n",
382-
"- *Approximately how many training trials were needed for your agent before begining testing?*\n",
382+
"- *Approximately how many training trials were needed for your agent before beginning testing?*\n",
383383
"- *What epsilon-tolerance and alpha (learning rate) did you use? Why did you use them?*\n",
384384
"- *How much improvement was made with this Q-Learner when compared to the default Q-Learner from the previous section?*\n",
385385
"- *Would you say that the Q-Learner results show that your driving agent successfully learned an appropriate policy?*\n",

0 commit comments

Comments
 (0)