Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1020 Bytes

File metadata and controls

34 lines (19 loc) · 1020 Bytes

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.