Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.36 KB

README.rst

File metadata and controls

44 lines (30 loc) · 1.36 KB

TorchRL

https://travis-ci.com/activatedgeek/torchrl.svg?branch=master
Docs: https://torchrl.sanyamkapoor.com Github: https://github.com/activatedgeek/torchrl

TorchRL provides highly modular and extensible approach to experimenting with Reinforcement Learning. All this is accessible via a simple programmatic interface with experiment specifications.

Objectives

  • Modularity in the RL pipeline
  • Clean implementations of fundamental ideas
  • Fast Experimentation
  • Scalability
  • Low bar and High ceiling

Install

pip install torchrl

Install from source for the latest changes that have not been published to PyPI.

pip install https://github.com/activatedgeek/torchrl/tarball/master