Herein, we present a brief introduction to reinforcement learning techniques. As an example we describe the SARSA algorithm, and its use in a maze learning problem. Finally, the corresponding C code is available for downloading. Contents : Reinforcement learning SARSA algorithm Maze learning Temporal credit assignment C code Reinforcement learning is a synonym of learning by interaction. During le