All Topics

Reinforcement Learning

9 posts with this topic

Read AresSim - Mars Survival Simulation & RL Environment

AresSim - Mars Survival Simulation & RL Environment

AresSim is a 32×32 Mars survival grid I built from scratch to test RL algorithms and LLM agents: a rover explores terrain, extracts ice, and keeps a 5×5 colony pad alive under weather, battery drain, in seed-reproducible worlds.

16 min read
FeaturedReinforcement LearningSimulation
Read Planning and Learning with Tabular Methods

Planning and Learning with Tabular Methods

A deep dive into planning and learning with tabular methods for Reinforcement Learning, focusing on value iteration and policy iteration.

1 min read
FeaturedReinforcement LearningDemo
Read TD Learning - First step to Unification of Monte Carlo and DP

TD Learning - First step to Unification of Monte Carlo and DP

A deep dive into Temporal Difference (TD) Learning for Reinforcement Learning, an idea that forms basis for modern deep reinforcement learning algorithms

13 min read
FeaturedReinforcement LearningDemo
Read Monte Carlo Methods - Learning from Experience

Monte Carlo Methods - Learning from Experience

A deep dive into Monte Carlo methods for Reinforcement Learning, focusing on learning optimal strategies from raw experience without a model.

16 min read
FeaturedReinforcement LearningDemo
Read Dynamic Programming - Planning with a Perfect Model

Dynamic Programming - Planning with a Perfect Model

Introduction to Dynamic Programming: Policy Evaluation, Policy Iteration, Value Iteration and Generalized Policy Iteration

16 min read
FeaturedReinforcement LearningDemo
Read Finite Markov Decision Processes - Sequential Decision Making

Finite Markov Decision Processes - Sequential Decision Making

Introduction to sequential decision-making in reinforcement learning, including agent–environment interaction, rewards, returns, value functions, and Bellman equations with intuitive example.

14 min read
Reinforcement Learning
Read Multi-armed Bandits : Introducing evaluative aspect to RL

Multi-armed Bandits : Introducing evaluative aspect to RL

Understanding the multi-armed bandit problem and how to solve it using reinforcement learning alongwith interactive demo. Chapter 3 of Reinforcement Learning: An Introduction by Sutton and Barto

11 min read
FeaturedReinforcement LearningDemo
Read Introduction to Reinforcement Learning

Introduction to Reinforcement Learning

A comprehensive introduction to reinforcement learning from the book : Reinforcement Learning: An Introduction by Sutton and Barto

9 min read
Reinforcement Learning