WangYukeHIVE's Stars
wangjail/ACC-EMS
Cooperative Energy Management and Eco-driving of Plug-in Hybrid Electric Vehicle via Multi-agent Reinforcement Learning
boyu-ai/Hands-on-RL
https://hrl.boyuai.com/
Lizhi-sjtu/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
roanhope/PhDDissertationCode_AVKalia
This repository contains models, parameter data, control algorithms and results data for Doctoral Dissertation titled "Contributions to Passenger and Commercial Hybrid Electric Vehicle Energy Management Control" submitted by Aman Ved Kalia in June, 2020 at University of Washington, Seattle.
Lizhi-sjtu/MARL-code-pytorch
Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.
XinJingHao/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)