activatedgeek / torchrl

Highly Modular and Scalable Reinforcement Learning

Home Page:https://torchrl.sanyamkapoor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Highly Modular and Scalable Reinforcement Learning

https://torchrl.sanyamkapoor.com

License:Apache License 2.0


Languages

Language:Python 95.9%Language:Dockerfile 4.1%