xionghuichen's Stars
datawhalechina/pumpkin-book
《机器学习》(西瓜书)公式详解
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
rasbt/deeplearning-models
A collection of various deep learning architectures, models, and tips
zziz/pwc
This repository is no longer maintained.
LiyuanLucasLiu/RAdam
On the Variance of the Adaptive Learning Rate and Beyond
rlworkgroup/garage
A toolkit for reproducible reinforcement learning research.
kengz/SLM-Lab
Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".
vanhuyz/CycleGAN-TensorFlow
An implementation of CycleGan using TensorFlow
araffin/rl-baselines-zoo
A collection of 100+ pre-trained RL agents using Stable Baselines, training and hyperparameter optimization included.
typetools/checker-framework
Pluggable type-checking for Java
openai/procgen
Procgen Benchmark: Procedurally-Generated Game-Like Gym-Environments
LMescheder/GAN_stability
Code for paper "Which Training Methods for GANs do actually Converge? (ICML 2018)"
CCExtractor/ccextractor
CCExtractor - Official version maintained by the core team
joschu/modular_rl
Implementation of TRPO and related algorithms
google-deepmind/spriteworld
Spriteworld: a flexible, configurable python-based reinforcement learning environment
leggedrobotics/raisimLib
RAISIM, A PHYSICS ENGINE FOR ROBOTICS AND AI RESEARCH
floodsung/Deep-Reasoning-Papers
Recent Papers including Neural Symbolic Reasoning, Logical Reasoning, Visual Reasoning, planning and any other topics connecting deep learning and reasoning
leehomyc/cyclegan-1
Tensorflow implementation of CycleGANs
liuyuemaicha/Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow
Adversarial-Learning-for-Neural-Dialogue-Generation-in-Tensorflow
fabian-beck/survis
Visual Literature Database
xinshi-chen/GenerativeAdversarialUserModel
Tensorflow implementation for "Generative Adversarial User Model forReinforcement Learning Based Recommendation System"
ZhenYangIACAS/NMT_GAN
generative adversarial nets for neural machine translation
Mehooz/awesome-representation-learning
The newest reading list for representation learning
taki0112/RAdam-Tensorflow
Simple Tensorflow implementation of "On The Variance Of The Adaptive Learning Rate And Beyond"
montrealrobotics/active-domainrand
Code repository for Active Domain Randomization (CoRL 2019, https://arxiv.org/abs/1904.04762)
vitchyr/viskit
rllab's viskit with some added features
RWransky/dialogue-gan
Generative Adversarial Network to Develop Synthetic Dialogues
jaustinb1/pytorch-CycleGAN-and-pix2pix
Image-to-image translation in PyTorch (e.g., horse2zebra, edges2cats, and more)
Omnimilk/CycleGAN_DA
Using CycleGAN to do domain adaptation between simulation and real world.