Skip to content

m26gorji/reinforcement_learning

Repository files navigation

Reinforcement Learning

This repository contains practical projects in reinforcement learning. Key concepts like Multi-Armed Bandits, FMDPs, and both Model-Based and Model-Free algorithms (DP, MC, TD) are implemented. The goal is to gain hands-on experience and a deeper understanding of various RL methods.

    1. Multi-Armed bandit (MAB)
    1. Finite markov decision processes (FMDP)
    1. Dynamic programming (DP) (Model-Based)
    1. Monte carlo (MC) (Model-Free)
    1. Temporal difference (TD) (Model-Free)

About

Reinforcement Learing: This repository contains practical projects in reinforcement learning. Key concepts like Multi-Armed Bandits, FMDPs, and both Model-Based and Model-Free algorithms (DP, MC, TD) are implemented.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors