Pinned Repositories
AI-Notes
Notes taken during the course of learning Artificial Intelligence
AIND-CV-FaceKeypoints
atari_rl
Rainbow, IQN on atari games
board-game
Adversarial search algorithms on board games
cv
Repo for CV algorithms
deep-reinforcement-learning
Repo for Udacity's Deep Reinforcement Learning Nanodegree program
dreamer
Dream to Control: Learning Behaviors by Latent Imagination
grl
General-Purpose Reinforcement Learning
grl2-jax
model-free-algorithms
TD3, SAC, IQN, Rainbow, PPO, Ape-X and etc. in TF1.x
xlnwel's Repositories
xlnwel/model-free-algorithms
TD3, SAC, IQN, Rainbow, PPO, Ape-X and etc. in TF1.x
xlnwel/grl
General-Purpose Reinforcement Learning
xlnwel/atari_rl
Rainbow, IQN on atari games
xlnwel/cv
Repo for CV algorithms
xlnwel/dreamer
Dream to Control: Learning Behaviors by Latent Imagination
xlnwel/g2rl
xlnwel/google-research
Google Research
xlnwel/grl2-jax
xlnwel/imitation-learning
Behavior cloning and DAgger
xlnwel/neurips2020-procgen
xlnwel/board-game
Adversarial search algorithms on board games
xlnwel/Cpp-concurrency
Some C++ concurrent code written when reading "C++ concurrency in action"
xlnwel/Leetcode
Exercises from Leetcode
xlnwel/AnimalAI-Olympics
Code repository for the Animal AI Olympics competition
xlnwel/blog
xlnwel/book-mooc
xlnwel/dm_control
The DM Control Suite and Package is a tool for developing and testing reinforcement learning agents for the MuJoCo physics engine.
xlnwel/dopamine
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
xlnwel/ganhacks
starter from "How to Train a GAN?" at NIPS2016
xlnwel/meta
xlnwel/open_spiel
OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games.
xlnwel/pfrl
PFRL: a PyTorch-based deep reinforcement learning library
xlnwel/phasic-policy-gradient
Code for the paper "Phasic Policy Gradient"
xlnwel/probability
Probabilistic reasoning and statistical analysis in TensorFlow
xlnwel/pytorch-image-models
PyTorch image models, scripts, pretrained weights -- (SE)ResNet/ResNeXT, DPN, EfficientNet, MixNet, MobileNet-V3/V2, MNASNet, Single-Path NAS, FBNet, and more
xlnwel/shell-script
xlnwel/softlearning
Softlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.
xlnwel/sonnet
TensorFlow-based neural network library
xlnwel/spinningup
An educational resource to help anyone learn deep reinforcement learning.
xlnwel/trfl
TensorFlow Reinforcement Learning