ppo topic

List ppo repositories

DeepRL-TensorFlow2

585
Stars
140
Forks
Watchers

🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

Contra-PPO-pytorch

128
Stars
30
Forks
Watchers

Proximal Policy Optimization (PPO) algorithm for Contra

Super-mario-bros-PPO-pytorch

1.1k
Stars
192
Forks
Watchers

Proximal Policy Optimization (PPO) algorithm for Super Mario Bros

distributed-ppo

60
Stars
12
Forks
Watchers

This is an pytorch implementation of Distributed Proximal Policy Optimization(DPPO).

reinforcement-learning-algorithms

649
Stars
104
Forks
Watchers

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are st...

learning2run

56
Stars
16
Forks
Watchers

Our NIPS 2017: Learning to Run source code

Deep-reinforcement-learning-with-pytorch

3.7k
Stars
827
Forks
Watchers

PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....

gym-microrts-paper-sb3

25
Stars
4
Forks
Watchers

RL agent to play μRTS with Stable-Baselines3 and PyTorch

pytorch-learn-reinforcement-learning

147
Stars
32
Forks
Watchers

A collection of various RL algorithms like policy gradients, DQN and PPO. The goal of this repo will be to make it a go-to resource for learning about RL. How to visualize, debug and solve RL problems...

DeepRL-Tutorials

1.0k
Stars
326
Forks
Watchers

Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch