All Projects → activatedgeek → Torchrl

activatedgeek / Torchrl

Licence: apache-2.0
Highly Modular and Scalable Reinforcement Learning

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Torchrl

Pytorch Rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
Stars: ✭ 394 (+286.27%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn, policy-gradient
Reinforcement Learning
Minimal and Clean Reinforcement Learning Examples
Stars: ✭ 2,863 (+2706.86%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn, policy-gradient
Easy Rl
强化学习中文教程,在线阅读地址:https://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+2845.1%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn, policy-gradient
Slm Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
Stars: ✭ 904 (+786.27%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn, policy-gradient
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+527.45%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, policy-gradient
Elegantrl
Lightweight, efficient and stable implementations of deep reinforcement learning algorithms using PyTorch.
Stars: ✭ 575 (+463.73%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Rl Course Experiments
Stars: ✭ 73 (-28.43%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, policy-gradient
Reinforcement Learning With Tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Stars: ✭ 6,948 (+6711.76%)
Mutual labels:  reinforcement-learning, dqn, policy-gradient
Autonomous Learning Library
A PyTorch library for building deep reinforcement learning agents.
Stars: ✭ 425 (+316.67%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Pytorch Rl
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
Stars: ✭ 658 (+545.1%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, policy-gradient
Btgym
Scalable, event-driven, deep-learning-friendly backtesting library
Stars: ✭ 765 (+650%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, policy-gradient
Tensorflow Reinforce
Implementations of Reinforcement Learning Models in Tensorflow
Stars: ✭ 480 (+370.59%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, policy-gradient
Mushroom Rl
Python library for Reinforcement Learning.
Stars: ✭ 442 (+333.33%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Reinforcement learning
Reinforcement learning tutorials
Stars: ✭ 82 (-19.61%)
Mutual labels:  reinforcement-learning, dqn, policy-gradient
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+333.33%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, policy-gradient
Pytorch Rl
Deep Reinforcement Learning with pytorch & visdom
Stars: ✭ 745 (+630.39%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Deep Q Learning
Minimal Deep Q Learning (DQN & DDQN) implementations in Keras
Stars: ✭ 1,013 (+893.14%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, dqn
Parl Sample
Deep reinforcement learning using baidu PARL(maze,flappy bird and so on)
Stars: ✭ 37 (-63.73%)
Mutual labels:  deep-reinforcement-learning, dqn, policy-gradient
Deep Reinforcement Learning With Pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
Stars: ✭ 1,345 (+1218.63%)
Mutual labels:  deep-reinforcement-learning, dqn, policy-gradient
Deep Rl Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
Stars: ✭ 395 (+287.25%)
Mutual labels:  reinforcement-learning, dqn, policy-gradient

TorchRL

.. image:: https://travis-ci.com/activatedgeek/torchrl.svg?branch=master :target: https://travis-ci.com/activatedgeek/torchrl

.. image:: https://badge.fury.io/py/torchrl.svg :target: https://pypi.org/project/torchrl/

.. image:: https://img.shields.io/badge/status-beta-green.svg :target: https://pypi.org/project/torchrl/

.. image:: https://img.shields.io/pypi/pyversions/torchrl.svg :target: https://github.com/activatedgeek/torchrl

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

.. code:: shell

pip install torchrl

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

.. code:: shell

pip install https://github.com/activatedgeek/torchrl/tarball/master
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].