Before venturing into the details of Reinforcement Learning, lets take a step back and see the strengths of each type of Machine Learning:
Most problems we perceive as AI problems can be framed as RL problems. (e.g. Image classification can be seen as a decision problem with +1 reward when correctly classified).
Deep models are what make RL solve complex tasks end-to-end. They allow the direct mapping between states and actions.