This document presents an introduction to basic tabular methods in reinforcement learning, covering various concepts such as Markov decision processes (MDPs), policies, value functions, and specific algorithms like Monte Carlo, SARSA, and Q-learning. It discusses the distinction between model-based and model-free methods, and elaborates on exploration versus exploitation strategies, particularly in the context of multi-armed bandits and epsilon-greedy policies. The document concludes by summarizing different RL algorithms and their applications in learning from experiences.