Q-Learning [35 Points] This time, although the Gridworld looks similar, it is not an MDP anymore. That means, the only information you get from the game object is game.get_actions(state: State) . What does this mean?
a) The game state is now deterministic.
b) The game state is now stochastic.
c) The game state is unknown.
d) The game state is partially observable.