Skip to content

Commit 4656240

Browse files
Changed numbering for the learning questions.
1 parent 185355b commit 4656240

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pacai/student/learning_questions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ def question_3e() -> tuple[float, float, float] | None:
102102

103103
return discount, noise, living_reward
104104

105-
def question_6() -> tuple[float, float]:
105+
def question_5() -> tuple[float, float]:
106106
"""
107-
Question 6.
107+
Question 5.
108108
109109
Modify any of these two options.
110110
If the requested scenario is not possible,
@@ -129,7 +129,7 @@ def main() -> int:
129129
question_3c,
130130
question_3d,
131131
question_3e,
132-
question_6,
132+
question_5,
133133
]
134134

135135
print('Answers to analysis questions:')

pacai/test/cli_tests/learning_questions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Answers to analysis questions:
1111
Question_3C: (0.9, 0.2, 0.0)
1212
Question_3D: (0.9, 0.2, 0.0)
1313
Question_3E: (0.9, 0.2, 0.0)
14-
Question_6 : (0.3, 0.5)
14+
Question_5 : (0.3, 0.5)

0 commit comments

Comments
 (0)