Repository navigation

#

actor-critic-algorithm

Code for paper "Computation Offloading Optimization for UAV-assisted Mobile Edge Computing: A Deep Deterministic Policy Gradient Approach"

Python
599
1 个月前

A Pytorch implementation of the multi agent deep deterministic policy gradients (MADDPG) algorithm

Python
359
4 年前

PyTorch implementation of Soft-Actor-Critic and Prioritized Experience Replay (PER) + Emphasizing Recent Experience (ERE) + Munchausen RL + D2RL and parallel Environments.

Python
292
5 年前

PyTorch implementations of algorithms from "Reinforcement Learning: An Introduction by Sutton and Barto", along with various RL research papers.

Python
188
2 个月前

Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework

Python
142
3 年前

强化学习算法库,包含了目前主流的强化学习算法(Value based and Policy based)的代码,代码都经过调试并可以运行

Python
96
2 年前

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.

Python
24
4 年前

Solving CartPole-v1 environment in Keras with Actor Critic algorithm an Deep Reinforcement Learning algorithm

Python
12
5 年前

Reinforcement Learning - PPO (Proximal Policy Optimization) Implementation to Pong Game

Jupyter Notebook
5
2 年前

Reinforcement learning, Policy Gradient, Actor-Critic, AC, Agent-based Simulation, Simple-world

Python
5
5 年前

Project Solutions for my Deep Reinforcement Learning Nanodegree at Udacity

Jupyter Notebook
4
7 年前