ajgupta93 / d3pg-pytorch
Distributed DDPG implementation in pytorch
☆9Updated 6 years ago
Alternatives and similar repositories for d3pg-pytorch:
Users that are interested in d3pg-pytorch are comparing it to the libraries listed below
- In Progress : State of the art Distributed Distributional Deep Deterministic Policy Gradient algorithm implementation in pytorch.☆19Updated 6 years ago
- This is the pytorch implementation of ICML 2018 paper - Self-Imitation Learning.☆66Updated 6 years ago
- Proximal Policy Optimization with Stein Control Variates:☆33Updated 7 years ago
- Code implementing the CORE-RL algorithm with DDPG, PPO, and TRPO. See the paper "Control Regularization for Reduced Variance Reinforcemen…