Add project 3 RL template.

This commit is contained in:
2021-11-27 10:16:51 -05:00
parent a4031888de
commit 524362c5c5
100 changed files with 16641 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
max_points: "1"
class: "PartialCreditQuestion"

View File

@@ -0,0 +1,2 @@
# This is the solution file for test_cases/q7/grade-agent.test.
# File intentionally blank.

View File

@@ -0,0 +1,6 @@
class: "EvalAgentTest"
# 100 test games after 2000 training games
pacmanParams: "-p PacmanQAgent -x 2000 -n 2100 -l smallGrid -q -f --fixRandomSeed"
winsThresholds: "70"