GitHub - YMBetta/rlbox: RLbox: Solving OpenAI Gym with TensorFlow

Reinforcement Learning Box

Discountinued I'm now working on a Pytorch RL library
RLbox provides a framework for rapid experimentation with popular Deep Reinforcement Learning algorithms, it focus on making very easy to implement new ideias, which can be rapidly evaluated using OpenAI Gym.

Installation

git clone https://github.com/apparatusbox/rlbox.git
cd rlbox  
pip install -e .  

How to use

Examples on how to run different agents can be found on the examples folder.

Implemented algorithms

State of the art

Classical

  • Vanilla Policy Gradient
  • REINFORCE
  • Actor-Critic

Results