Q7: (8 points)After taking the action suggested in the previ…

Q7: (8 points)After taking the action suggested in the previous question, suppose the discount factor is γ = 0.9, the state transfers from s₂ to s₄ after taking action aₜ, and the reward r is 0.6. Please update the Q-table and write down the updated Q-table. Note: Only one value in the table needs updating, and you might need the Bellman Equation:

Q5: (3 points)In AdaBoosting, there are 8 data instances (i….

Q5: (3 points)In AdaBoosting, there are 8 data instances (i.e., samples). Before updating the weights of the eight samples, the weights of the eight samples are[sample1: 1/8, sample2: 1/8, sample3: 1/8, sample4: 1/8, sample5: 1/8, sample6: 1/8, sample7: 1/8, sample8: 1/8]. After updating the weights of the eight samples, the new weights of the eight samples are[sample1: 0.07, sample2: 0.07, sample3: 0.51, sample4: 0.07, sample5: 0.07, sample6: 0.07, sample7: 0.07, sample8: 0.07]. Which data instances (samples) is/are correctly classified by the decision stump of this iteration?