Welcome to ReinforceMe! This repository provides Python implementations of key Reinforcement Learning algorithms.
- Policy Iteration
- Value iteration
- Q-Learning (with and without lambda)
- SARSA (with and without lambda)
- Actor-Critic
-
Clone this repository:
git clone https://github.com/wothmag07/ReinforceMe.git
-
Install dependencies:
pip install -r requirements.txt
-
Explore the implementations in the
algorithms
directory. -
Run examples and visualize algorithm performance using the provided scripts.
This project is licensed under the MIT License. See the LICENSE file for details.