[go: up one dir, main page]

Skip to content

m0hssn/RLForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt

RLForge

License: MIT

Overview

RLForge is a Reinforcement Learning Agent Library designed for easy implementation of various reinforcement learning algorithms, including SARSA, DQN, Double DQN, and Actor-Critic methods. This library simplifies the process of training and deploying reinforcement learning agents in different environments.

Getting Started

Installation

To install RLForge, you can simply clone this repository and run pip install -e . :

git clone https://github.com/m0hssn/RLForge.git
cd RLForge
pip install -e .

Tutorial

To learn about the workings of RLForge, go to the tutorials folder to see RLForge with a classic enviornment, Lunar Lander.

Contributing

Contributions are welcome! If you have any improvements or features to add, please submit a pull request.

License

RLForge is MIT licensed, as found in the LICENSE file.

About

A toolkit for forging and deploying RL agents

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published