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.
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 .
To learn about the workings of RLForge, go to the tutorials folder to see RLForge with a classic enviornment, Lunar Lander.
Contributions are welcome! If you have any improvements or features to add, please submit a pull request.
RLForge is MIT licensed, as found in the LICENSE file.