td3 topic

List td3 repositories

pomdp-baselines

278
Stars
37
Forks
Watchers

Simple (but often Strong) Baselines for POMDPs in PyTorch, ICML 2022

torchrl

201
Stars
20
Forks
Watchers

Pytorch Implementation of Reinforcement Learning Algorithms ( Soft Actor Critic(SAC)/ DDPG / TD3 /DQN / A2C/ PPO / TRPO)

Paddle-RLBooks

117
Stars
13
Forks
Watchers

Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.

Deep-Reinforcement-Learning-Algorithms

613
Stars
171
Forks
Watchers

32 projects in the framework of Deep Reinforcement Learning algorithms: Q-learning, DQN, PPO, DDPG, TD3, SAC, A2C and others. Each project is provided with a detailed training log.

lagom

373
Stars
31
Forks
Watchers

lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.

jax-rl

77
Stars
10
Forks
Watchers

JAX implementations of core Deep RL algorithms

TD3-PyTorch-BipedalWalker-v2

101
Stars
31
Forks
Watchers

Twin Delayed DDPG (TD3) PyTorch solution for Roboschool and Box2d environment

Policy-Gradient-Methods

88
Stars
28
Forks
Watchers

Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC

AirsimDRL

155
Stars
39
Forks
Watchers

Autonomous UAV Navigation without Collision using Visual Information in Airsim

rlqp

81
Stars
16
Forks
Watchers

Accelerating Quadratic Optimization with Reinforcement Learning