Reinforcement 2 pre-quiz

pull/46/head
Ornella Altunyan 4 years ago
parent 3fde0654bc
commit 2275e32f71

@ -2587,48 +2587,48 @@
"title": "Reinforcement 2: Pre-Lecture Quiz", "title": "Reinforcement 2: Pre-Lecture Quiz",
"quiz": [ "quiz": [
{ {
"questionText": "q1", "questionText": "Chess and Go are games with continuous states.",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "true",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "false",
"isCorrect": "true" "isCorrect": "true"
},
{
"answerText": "c",
"isCorrect": "false"
} }
] ]
}, },
{ {
"questionText": "q2", "questionText": "What is the CartPole problem?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "a process for eliminating outliers",
"isCorrect": "true" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "a method for optimizing your shopping cart",
"isCorrect": "false" "isCorrect": "false"
},
{
"answerText": "a simplified version of balancing",
"isCorrect": "true"
} }
] ]
}, },
{ {
"questionText": "q3", "questionText": "What tool can we use to play out different scenarios of potential states in a game?",
"answerOptions": [ "answerOptions": [
{ {
"answerText": "a", "answerText": "guess and check",
"isCorrect": "false" "isCorrect": "false"
}, },
{ {
"answerText": "b", "answerText": "simulation environments",
"isCorrect": "true" "isCorrect": "true"
}, },
{ {
"answerText": "c", "answerText": "state transition testing",
"isCorrect": "false" "isCorrect": "false"
} }
] ]

Loading…
Cancel
Save