Date: March 13, 2024

Topic: Core Intuitions

Recall

Notes

Core Intuition


Testing our code allows us to be more confident

Confidence (for coding)

How to be more confident in your solutions?


<aside> 📌 SUMMARY: The outcomes we get and the options we have will influence our decisions

</aside>


Date: March 13, 2024

Topic: Types of Actions

Recall

A robot’s movement is likely to be stochastic

Notes

Stochastic vs Deterministic


<aside> 📌 SUMMARY: A robot’s movement is likely to be stochastic, so we need to have an optimal policy for every location

</aside>


Date: March 13, 2024

Topic: Robustness

Recall

A robust solution should be able to handle many variations in the problem

Notes

Robustness

Solution is to output a converged value grid and an optimal policy

A robust solution can handle variations in:


<aside> 📌 SUMMARY: A robust solution should be able to handle many variations in the problem

</aside>