What is the time complexity of Value Iteration?
Constant.
Linear in the number of states and actions.
Polynomial in the number of states and actions.
Exponential in the number of states and actions.

Reinforcement Learning Exercises are loading ...