Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
For anyone who cares, I made up some practice questions
Lets consider the game "2048", a puzzle game where numbered a slid up, down, left or right on a 4x4 grid. The game starts with tiles with either the number 2 or 4 and the goal is to eventually g...
ANONYMOUS wrote
I have been desperately trying to get your marks done and released before the exam, but I have had to take some urgent leave part of yesterday and today, and have only just been able to find someone else to take over the remaining mar...
ANONYMOUS wrote
There is not a clear answer, since as I say In a system with no known model where we are not able to assume anything about the structure of the system, they become basically equivalent.
This information is covered in the lectures.
In g...
so in an unknown environment, which one should be used?
Q-learning can just learn state-action pairs, but utility learning can just learn the transition model then use it to calculate state utilities. I'm having difficulty finding pros and cons of usi...
As was discussed in the lectures
The upside of Q-learning is that it learns the transition model as part of the (state, action) utilities (where regular learning requires us to either know the transition model or learn it separately).
The primary down...
I can't seem to understand the difference between q-learning and utility learning clearly, I know that q learning means learning the utility of actions available to a state rather than learning the utility of each state(util learning).
But when it com...
ANONYMOUS wrote
I am not responsible for exam scheduling. That is handled entirely by the central examinations team and you would have to reach out to them with any questions.
Cheers,
Gozz
Hello,
I recently noticed that my friend and I have different timings for the final exam. Are there two different timings? I just wanted to make sure this is not an error or misunderstanding.
"Merit" is a deliberately general term that refers to anything good or positive about the technique in question. Basically you should be talking about and comparing what makes different techniques good and why you would want to use them.
Gozz
Hi,
Can someone explain what the "Discuss merits of multiple techniques" mean. Does it mean talking about the key points of what makes that techniques good or does it mean how well it does due to its simplicity or complexity. Just need a bit of clari...
ANONYMOUS wrote
The latter. This is in the marks for the report, not the agent. I want to see evidence that you actually thought about the problem. If someone claims that they just came up with a single idea, implemented it, and they think it works g...
Just be honest. You investigated that idea, but were not able to get it working. So you are unable to evaluate it, but you suspect it would perform better if you had been able to implement it. That's fine.
Your report should be evidence of your proble...
The rubric for project report mentions ( 2) Considers multiple techniques, but I m not sure how to interpret this. Does this mean the final solution should be an ensemble of different techniques, or is it more about comparing and discussing v...