PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
☆1,281Feb 9, 2021Updated 5 years ago
Alternatives and similar repositories for PyTorch-RL
Users that are interested in PyTorch-RL are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinfor…☆3,898May 29, 2022Updated 3 years ago
- Inverse RL algorithms (APP, MaxEnt, GAIL, VAIL)☆782Dec 22, 2023Updated 2 years ago
- PyTorch implementation of Trust Region Policy Optimization☆451Sep 13, 2018Updated 7 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,426Apr 16, 2024Updated 2 years ago
- PyTorch implementation of Deterministic Generative Adversarial Imitation Learning (GAIL) for Off Policy learning☆67Dec 30, 2019Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Collection of reinforcement learning algorithms☆2,899Jun 17, 2024Updated last year
- This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Duel…