Pinned Repositories
A-introduction-to-reinforcement-learning
RL library based on algorithms from the book <A-introduction-to-reinforcement-learning>
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
CollaQ
A code implementation for our arXiv paper "Multi-agent Adhoc Team Play using Decompositional Q function"
Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
DRQN-tensorflow
Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro
ego-planner-swarm
feudal_networks
An implementation of FeUdal Networks for Hierarchical Reinforcement Learning as published : https://arxiv.org/abs/1703.01161
nuaasgq's Repositories
nuaasgq/AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
nuaasgq/ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
nuaasgq/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
nuaasgq/CollaQ
A code implementation for our arXiv paper "Multi-agent Adhoc Team Play using Decompositional Q function"
nuaasgq/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
nuaasgq/DeepRL
Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone
nuaasgq/DRQN-tensorflow
Deep recurrent Q Learning using Tensorflow, openai/gym and openai/retro
nuaasgq/ego-planner-swarm
nuaasgq/huaweibishi
nuaasgq/jianzhiOffer
nuaasgq/maddpg
Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
nuaasgq/maddpg-pytorch
PyTorch Implementation of MADDPG (Lowe et. al. 2017)
nuaasgq/maddpg-rllib
MADDPG in Ray/RLlib
nuaasgq/MADDPG_ROS
Combine MADDPG and ROS.
nuaasgq/MAgent_new
A maintained fork of the MAgent Multi-Agent RL Library
nuaasgq/Multi_Agent_DDPG
Collaboration and Competition via MADDPG: Unity ML-Agents Environments, PyTorch
nuaasgq/multiagent-particle-envs
Code for a multi-agent particle environment used in the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
nuaasgq/pg-is-all-you-need
Policy Gradient is all you need! A step-by-step tutorial for well-known PG methods.
nuaasgq/pymarl
Python Multi-Agent Reinforcement Learning framework
nuaasgq/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
nuaasgq/ReiforcementLearningKeys
《强化学习精要》配套代码
nuaasgq/Reinforcement-Implementation
Implementation of benchmark RL algorithms
nuaasgq/Reinforcement-Learning
Reinforcement Learning Information Sharing
nuaasgq/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
nuaasgq/rmaddpg
ICML 2019 RL for Real Life Workshop: Recurrent MADDPG for Partially Observable and Limited Communication Settings
nuaasgq/smac
SMAC: The StarCraft Multi-Agent Challenge
nuaasgq/StarCraft
Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario of StarCraft II
nuaasgq/Super-mario-bros-A3C-pytorch
Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros
nuaasgq/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks
nuaasgq/tianshou
An elegant, flexible, and superfast PyTorch deep reinforcement learning platform.