aboutsummaryrefslogtreecommitdiffstats
path: root/src/projectParams.py
diff options
context:
space:
mode:
authorNeil Kollack <nkollack@gmail.com>2021-11-07 14:34:08 -0600
committerNeil Kollack <nkollack@gmail.com>2021-11-07 14:34:08 -0600
commit5b27e9d273c43fd59905a7f126ddf8edfab7fae7 (patch)
tree489011e86a50a7d7bd4fd0c1c7be09d634d1de45 /src/projectParams.py
parent90d43312138b00ddbe547aef667869915fd10a0a (diff)
initial commit
Diffstat (limited to 'src/projectParams.py')
-rw-r--r--src/projectParams.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/projectParams.py b/src/projectParams.py
new file mode 100644
index 0000000..7d92e34
--- /dev/null
+++ b/src/projectParams.py
@@ -0,0 +1,18 @@
+# projectParams.py
+# ----------------
+# Licensing Information: You are free to use or extend these projects for
+# educational purposes provided that (1) you do not distribute or publish
+# solutions, (2) you retain this notice, and (3) you provide clear
+# attribution to UC Berkeley, including a link to http://ai.berkeley.edu.
+#
+# Attribution Information: The Pacman AI projects were developed at UC Berkeley.
+# The core projects and autograders were primarily created by John DeNero
+# (denero@cs.berkeley.edu) and Dan Klein (klein@cs.berkeley.edu).
+# Student side autograding was added by Brad Miller, Nick Hay, and
+# Pieter Abbeel (pabbeel@cs.berkeley.edu).
+
+
+STUDENT_CODE_DEFAULT = 'analysis.py,qlearningAgents.py,valueIterationAgents.py'
+PROJECT_TEST_CLASSES = 'reinforcementTestClasses.py'
+PROJECT_NAME = 'Project 3: Reinforcement learning'
+BONUS_PIC = False