actor-critic-algorithm
There are 38 repositories under actor-critic-algorithm topic.
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
fangvv/UAV-DDPG
Code for paper "Computation Offloading Optimization for UAV-assisted Mobile Edge Computing: A Deep Deterministic Policy Gradient Approach"
philtabor/Multi-Agent-Deep-Deterministic-Policy-Gradients
A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm
BY571/Soft-Actor-Critic-and-Extensions
PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL + D2RL and parallel Environments.
VachanVY/Reinforcement-Learning
PyTorch implementations of algorithms from "Reinforcement Learning: An Introduction by Sutton and Barto", along with various RL research papers.
erfanMhi/Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
Phoenix-Shen/ReinforcementLearning
强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行
garlicdevs/Fruit-API
A Universal Deep Reinforcement Learning Framework
GioStamoulos/BTC_RL_Trading_Bot
A trading bitcoin agent was created with deep reinforcement learning implementations.
jekyllstein/Reinforcement-Learning-Sutton-Barto-Exercise-Solutions
Chapter notes and exercise solutions for Reinforcement Learning: An Introduction by Sutton and Barto
BY571/D4PG
PyTorch implementation of D4PG with the SOTA IQN Critic instead of C51. Implementation includes also the extensions Munchausen RL and D2RL which can be added to D4PG to improve its performance.
kcg2015/DDPG_numpy_only
Implemenation of DDPG with numpy only (without Tensorflow)
nitish-kalan/CartPole-v1-Actor-Critic-Keras
Solving CartPole-v1 environment in Keras with Actor Critic algorithm an Deep Reinforcement Learning algorithm
XuehaiPan/Soft-Actor-Critic
PyTorch Implementation of Soft Actor-Critic Algorithm
imraviagrawal/Reinforcement-Learning-Implementation
Implementation of Reinforcement Algorithms from scratch
nima-siboni/simplest-world-Actor-Critic
Reinforcement learning, Policy Gradient, Actor-Critic, AC, Agent-based Simulation, Simple-world
RsGoksel/Reinforcement-Learning-PongGame
Reinforcement Learning - PPO (Proximal Policy Optimization) Implementation to Pong Game
HYDesmondLiu/RUBICON
A novel method to incorporate existing policy (Rule-based control) with Reinforcement Learning.
mkurovski/deep_rl_nanodegree
Project Solutions for my Deep Reinforcement Learning Nanodegree at Udacity
AkshayS21/Reacher-Environment-Continuous-Control-with-DDPG-algorithm
Implementation of the DDPG algorithm to solve Continuous Control Reacher Environment
prajwalthakur/Projects
This Repository contains my projects!
shaheennabi/Reinforcement-or-Deep-Reinforcement-Learning-Practices-and-Mini-Projects
Reinforcement Learning (RL) 🤖! This repository is your hands-on guide to implementing RL algorithms, from Markov Decision Processes (MDPs) to advanced methods like PPO and DDPG. 🚀 Build smart agents, learn the math behind policies, and experiment with real-world applications! 🔥💡
arbit3rr/NN-Control
Control Methods for Dynamic Systems based on Neural Networks
SamYuen101234/chrome_dino_RL
A very detailed project of Chrome Dinosaur in Deep RL for beginners
kkothari93/ActorCritic-ECE586-Project
Implementation of the actor critic algorithm for MountainCarContinuous-v0 OpenAI gym environment.
meet-minimalist/Udacity-Deep-Learning-Project-5-Fly-Quadcopter
Fly Quadcopter using Deep Reinforcement Learning
rtharungowda/Soft-Actor-Critic-Pytorch
Implement soft actor critic in pytorch to play a game of balancing pendulum in openai gym.
SumanSudhir/Collaboration-and-Competition
Course Project of the course Foundation of Intelligent Learning Agent(CS747)
SwamiKannan/Reinforcement-Learning-Specialization
Programming Assignments for Reinforcement Learning Specialization
d-dawg78/MVA_RL
Master MVA - Reinforcement Learning Project
ffardnof/Fictitious-Mean-field-Reinforcement-Learning
This simulator implements the "Fictitious Mean-field Reinforcement-Learning" for Q-learning, Actor Critic and Stochastic Gradient Ascent algorithms in a distributed system. The setting includes strategic agents who compete over a set of heterogenous servers. Through experiments, we show that it outperforms the naive deployment of each RL algorithm.
joshGilstrap/A3C-Reinforcement-Learning
A reinforcement learning A3C implementation trained to play Super Mario Bros
kotsonis/ddpg-reacher
A Deep Deterministic Policy Gradient Actor-Critic reinforcement learning solution to the Unity-ML(Udacity) Reacher environment
mklblm/VU-Multi-agent-Systems
From-scratch implementations of Monte Carlo Tree Search and the Actor-Critic Advantage Framework for the Multi-Agent Systems course at Vrije Universiteit Amsterdam in 2024-2025
Oneiben/2d-drone-rl-navigation
A reinforcement learning-based 2D drone gate navigation system built from scratch using PyTorch.