Liang Yanchang's repositories

agent-based-modeling-in-electricity-market-using-DDPG-algorithm

Agent-Based Modeling in Electricity Market Using Deep Deterministic Policy Gradient Algorithm

rainbow-is-all-you-need

Rainbow is all you need! Step-by-step tutorials from DQN to Rainbow

Language:Jupyter NotebookLicense:MITStargazers:3Issues:0Issues:0

DeepRL-Tutorials

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

Language:Jupyter NotebookStargazers:1Issues:0Issues:0

BMSpy

Python Block-Model Simulator. An alternative to simulink in python.

Language:PythonLicense:LGPL-3.0Stargazers:0Issues:0Issues:0

Deep-reinforcement-learning-with-pytorch

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

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

ESC-50

ESC-50: Dataset for Environmental Sound Classification

Language:PythonLicense:NOASSERTIONStargazers:0Issues:0Issues:0

multiagent_rl

Multi-Agent Reinforcement Learning with Particle Env. (on going)

Language:PythonLicense:GPL-3.0Stargazers:0Issues:0Issues:0

pumpkin-book

《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book

License:GPL-3.0Stargazers:0Issues:0Issues:0

pysmps

Utilities for parsing MPS and SMPS file formats.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

pytorch-handbook

pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

pytorch-rdpg

PyTorch Implementation of the RDPG (Recurrent Deterministic Policy Gradient)

Language:PythonStargazers:0Issues:0Issues:0

Recurrent-Deep-Q-Learning

Solving POMDP using Recurrent networks

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Recurrent-Multiagent-Deep-Deterministic-Policy-Gradient-with-Difference-Rewards

Deep Reinforcement Learning (DRL) algorithms have been successfully applied to a range of challenging simulated continuous control single agent tasks. These methods have further been extended to multiagent domains in cooperative, competitive or mixed environments. This paper primarily focuses on multiagent cooperative settings which can be modeled for several real world problems such as coordination of autonomous vehicles and warehouse robots. However, these systems suffer from several challenges such as, structural credit assignment and partial observability. In this paper, we propose Recurrent Multiagent Deep Deterministic Policy Gradient (RMADDPG) algorithm which extends Multiagent Deep Determinisitic Policy Gradient algorithm - MADDPG \cite{lowe2017multi} by using a recurrent neural network for the actor policy. This helps to address partial observability by maintaining a sequence of past observations which networks learn to preserve in order to solve the POMDP. In addition, we use reward shaping through difference rewards to address structural credit assignment in a partially observed environment. We evaluate the performance of MADDPG and R-MADDPG with and without reward shaping in a Multiagent Particle Environment. We further show that reward shaped RMADDPG outperforms the baseline algorithm MADDPG in a partially observable environmental setting.

Language:PythonStargazers:0Issues:0Issues:0

REINFORCE

Implementation of REINFORCE algorithm in Pytorch

License:MITStargazers:0Issues:0Issues:0

Reinforcement-Implementation

Implementation of benchmark RL algorithms

Stargazers:0Issues:0Issues:0

RL-Adventure-2

PyTorch0.4 implementation of: actor critic / proximal policy optimization / acer / ddpg / twin dueling ddpg / soft actor critic / generative adversarial imitation learning / hindsight experience replay

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Simulator

Efficient Large-Scale Fleet Management via Multi-Agent Deep Reinforcement Learning

Language:PythonLicense:GPL-3.0Stargazers:0Issues:1Issues:0