# ReAgent **Repository Path**: facebookresearch/ReAgent ## Basic Information - **Project Name**: ReAgent - **Description**: A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.) - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: https://reagent.ai - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-23 - **Last Updated**: 2023-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Banner](logo/reagent_banner.png) ### Applied Reinforcement Learning @ Facebook [![License](https://img.shields.io/badge/license-BSD%203--Clause-brightgreen)](LICENSE) [![CircleCI](https://circleci.com/gh/facebookresearch/ReAgent/tree/master.svg?style=shield)](https://circleci.com/gh/facebookresearch/ReAgent/tree/master) [![codecov](https://codecov.io/gh/facebookresearch/ReAgent/branch/master/graph/badge.svg)](https://codecov.io/gh/facebookresearch/ReAgent) --- #### Overview ReAgent is an open source end-to-end platform for applied reinforcement learning (RL) developed and used at Facebook. ReAgent is built in Python and uses PyTorch for modeling and training and TorchScript for model serving. The platform contains workflows to train popular deep RL algorithms and includes data preprocessing, feature transformation, distributed training, counterfactual policy evaluation, and optimized serving. For more detailed information about ReAgent see the white paper [here](https://research.fb.com/publications/horizon-facebooks-open-source-applied-reinforcement-learning-platform/). The platform was once named "Horizon" but we have adopted the name "ReAgent" recently to emphasize its broader scope in decision making and reasoning. #### Algorithms Supported - Discrete-Action [DQN](https://storage.googleapis.com/deepmind-media/dqn/DQNNaturePaper.pdf) - Parametric-Action DQN - [Double DQN](https://arxiv.org/abs/1509.06461), [Dueling DQN](https://arxiv.org/abs/1511.06581), [Dueling Double DQN](https://arxiv.org/abs/1710.02298) - Distributional RL: [C51](https://arxiv.org/abs/1707.06887) and [QR-DQN](https://arxiv.org/abs/1710.10044) - [Twin Delayed DDPG](https://arxiv.org/abs/1802.09477) (TD3) - [Soft Actor-Critic](https://arxiv.org/abs/1801.01290) (SAC) #### Installation ReAgent can be installed via. Docker or manually. Detailed instructions on how to install ReAgent can be found [here](docs/installation.rst). #### Usage Detailed instructions on how to use ReAgent Models can be found [here](docs/usage.rst). The ReAgent Serving Platform (RASP) tutorial is available [here](docs/rasp_tutorial.rst). #### License ReAgent is released under a BSD 3-Clause license. Find out more about it [here](LICENSE). #### Citing @article{gauci2018horizon, title={Horizon: Facebook's Open Source Applied Reinforcement Learning Platform}, author={Gauci, Jason and Conti, Edoardo and Liang, Yitao and Virochsiri, Kittipat and Chen, Zhengxing and He, Yuchen and Kaden, Zachary and Narayanan, Vivek and Ye, Xiaohui}, journal={arXiv preprint arXiv:1811.00260}, year={2018} }