Kittipat Virochsiri ff33d17c5e Codecov (#239)
Summary:
- Added code coverage on python & scala
- Updated the license text to `BSD 3-Clause` so that [licensee](https://github.com/licensee/licensee) can detect it properly

Pull Request resolved: https://github.com/facebookresearch/ReAgent/pull/239

Reviewed By: kaiwenw

Differential Revision: D21185688

Pulled By: kittipatv

fbshipit-source-id: 55a8a98891ab3a6e63da2148bc23d623b5b177d9
2020-04-22 14:30:50 -07:00
2020-04-22 14:30:50 -07:00
2020-04-21 18:14:08 -07:00
2019-10-15 22:32:35 -07:00
2020-04-22 14:30:50 -07:00
2020-04-14 14:53:23 -07:00
2020-04-14 14:53:23 -07:00
2019-10-15 17:51:27 -07:00
2020-04-21 15:43:48 -07:00
2019-08-29 23:20:54 -07:00
2019-10-17 17:39:06 -07:00
2020-04-22 14:30:50 -07:00
2020-04-10 19:44:01 -07:00
2020-04-10 19:44:01 -07:00
2020-04-22 14:30:50 -07:00
2020-04-21 15:43:48 -07:00
2020-04-21 15:43:48 -07:00
2020-04-10 19:44:01 -07:00
2020-04-22 14:30:50 -07:00

Banner

Applied Reinforcement Learning @ Facebook

License CircleCI codecov

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.

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

Installation

ReAgent can be installed via. Docker or manually. Detailed instructions on how to install ReAgent can be found here.

Usage

Detailed instructions on how to use ReAgent Models can be found here.

The ReAgent Serving Platform (RASP) tutorial is available here.

License

ReAgent is released under a BSD 3-Clause license. Find out more about it here.

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} }

S
Description
A platform for Reasoning systems (Reinforcement Learning, Contextual Bandits, etc.)
Readme BSD-3-Clause 35 MiB
Languages
Python 81.3%
Jupyter Notebook 12.4%
C++ 3.2%
Scala 3%
CMake 0.1%