Skip to content

Commit

Permalink
fix url as in issues/95
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic committed Feb 1, 2019
1 parent f6476cb commit 196a573
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@
" def __init__(self, alpha, epsilon, discount, get_legal_actions):\n",
" \"\"\"\n",
" Q-Learning Agent\n",
" based on http://inst.eecs.berkeley.edu/~cs188/sp09/pacman.html\n",
" based on https://inst.eecs.berkeley.edu/~cs188/sp19/projects.html\n",
" Instance variables you have access to\n",
" - self.epsilon (exploration prob)\n",
" - self.alpha (learning rate)\n",
Expand Down

0 comments on commit 196a573

Please sign in to comment.