ppo-pytorch topic

List ppo-pytorch repositories

imitation_learning

128
Stars
14
Forks
Watchers

PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.

PPO-PyTorch

1.5k
Stars
325
Forks
Watchers

Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch

DRL-code-pytorch

917
Stars
151
Forks
Watchers

Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.

reinforcement-learning

25
Stars
7
Forks
Watchers

Reinforcement Learning Examples Of Policy Gradients, PPO+GAE, and DDQN Using OpenAI Gym and PyTorch

NeuralABR-Pensieve-PPO-MAML

25
Stars
2
Forks
Watchers

Reimplementing existing learning-based ABR algorithms for dynamic video streaming. These algorithms were implemented with Pytorch and python3

PPO_Lagrangian_PyTorch

34
Stars
10
Forks
Watchers

Implementation of PPO Lagrangian in PyTorch

ProtoRL

21
Stars
0
Forks
Watchers

A Torch Based RL Framework for Rapid Prototyping of Research Papers

Multi_Agent_PPO

22
Stars
3
Forks
Watchers

Multi agent PPO implementation in Pytorch for Unity ML Agents environments.

gail-pytorch

17
Stars
6
Forks
Watchers

PyTorch implementation of GAIL and PPO reinforcement learning algorithms