File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
2022/FA22/intro-ai-series/workshop-3-reinforcement-learning Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -111,12 +111,14 @@ Q4 - Deep Q-Learning
111111``` bash
112112intro-ai-series
113113 | -- figures
114- | -- DefaultW1_Header_Dark .png
115- | -- DefaultW1_Header_Light .png
114+ | -- W3_Header_Dark .png
115+ | -- W3_Header_Light .png
116116 | -- src
117- | -- multiAgents.py # implement the algorithms
118- | -- pacman.py # main file that runs pacman games
119- | -- util.py # useful utility function with data structures for implementing algorithms (optional o use)
117+ | -- gridworld.py # gridworld env
118+ | -- crawler.py # crawler env
119+ | -- pacman.py # pacman env
120+ | -- valueIterationAgents.py # implementation of value iteration algorithm
121+ | -- qlearningAgents.py # implementation of q-learning algorithm
120122 | -- autograder.py # run this for determining the correctness of code
121123 | -- README.md
122124```
You can’t perform that action at this time.
0 commit comments