Pinned Repositories
AUMC
Author's PyTorch implementation of Attentive Update of Multi-Critic for Deep Reinforcement Learning (AUMC) for OpenAI gym tasks.
Continuous_Control_Benchmark
Benchmark data (i.e., DeepMind Control Suite and MuJoCo) for RL.
d3rlpy
A data-driven deep reinforcement learning library as an out-of-the-box tool.
Deeper_Larger_Actor-Critic_RL
Pytorch implementation of large network design in continous control RL.
DeepRL_PyTorch
Deep Reinforcement learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.
Dockerfiles
Dockerfile for RL research. Including MuJoCo / DMC / PyTorch / Tensoflow / Atari support.
LWDRLC
Lightweight deep RL Libraray for continuous control.
LWDRLD
Lightweight deep RL Libraray for discrete control.
Openjudge
Openjudge, POJ
SDQ-CAL
Author's PyTorch implementation of Simultaneous Double Q-Learning with Conservative Advantage Learning for Actor-Critic Methods (SDQ-CAL) for continuous tasks.
LQNew's Repositories
LQNew/Continuous_Control_Benchmark
Benchmark data (i.e., DeepMind Control Suite and MuJoCo) for RL.
LQNew/Deeper_Larger_Actor-Critic_RL
Pytorch implementation of large network design in continous control RL.
LQNew/Dockerfiles
Dockerfile for RL research. Including MuJoCo / DMC / PyTorch / Tensoflow / Atari support.
LQNew/LWDRLC
Lightweight deep RL Libraray for continuous control.
LQNew/AUMC
Author's PyTorch implementation of Attentive Update of Multi-Critic for Deep Reinforcement Learning (AUMC) for OpenAI gym tasks.
LQNew/SDQ-CAL
Author's PyTorch implementation of Simultaneous Double Q-Learning with Conservative Advantage Learning for Actor-Critic Methods (SDQ-CAL) for continuous tasks.
LQNew/DeepRL_PyTorch
Deep Reinforcement learning codes for study. Currently, there are only codes for algorithms: DQN, C51, QR-DQN, IQN, QUOTA.
LQNew/LWDRLD
Lightweight deep RL Libraray for discrete control.
LQNew/Openjudge
Openjudge, POJ
LQNew/d3rlpy
A data-driven deep reinforcement learning library as an out-of-the-box tool.
LQNew/learning_alpha_star
Files from the published Alpha Star paper by DeepMind
LQNew/document-style-guide
The writing standard of Chinese technical documents.
LQNew/ValueEstimationRL
Compute Q-Value Estimation for RL in MuJoCo environment.