Skip to content

A Python-based repository with implementations of RL algorithms, featuring visualization tools and benchmarks

Notifications You must be signed in to change notification settings

wothmag07/ReinforceMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ReinforceMe

Welcome to ReinforceMe! This repository provides Python implementations of key Reinforcement Learning algorithms.

Algorithms covered

  • Policy Iteration
  • Value iteration
  • Q-Learning (with and without lambda)
  • SARSA (with and without lambda)
  • Actor-Critic

Getting Started

  1. Clone this repository:

    git clone https://github.com/wothmag07/ReinforceMe.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Explore the implementations in the algorithms directory.

  4. Run examples and visualize algorithm performance using the provided scripts.

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

A Python-based repository with implementations of RL algorithms, featuring visualization tools and benchmarks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages