bcwingnut's Stars
checkcheckzz/system-design-interview
System design interview for IT companies
WeiliLiu/gesture-recognition-using-keypoints
Human hand gesture recognition using key points generated by applying Mediapipe on Egogesture dataset
stanford-policylab/asr-disparities
Code and data for Koenecke et al. (2020)
mazzzystar/randomCNN-voice-transfer
Audio style transfer with shallow random parameters CNN.
andabi/deep-voice-conversion
Deep neural networks for voice conversion (voice style transfer) in Tensorflow
openai/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
microsoft/PowerToys
Windows system utilities to maximize productivity
amusi/awesome-lane-detection
A paper list of lane detection.
davideast/react-ssr-firebase-hosting
Server Side Rendering React on Firebase Hosting
augcog/ROAR
Robot Open Autonomous Racing (ROAR)
toby-l-baker/assistive-mouse-capstone
Empowering those who cannot use computer mouses/stylus' to be able to use them with only a webcam
gibsjose/cpp-cheat-sheet
C++ Syntax, Data Structures, and Algorithms Cheat Sheet
chiphuyen/machine-learning-systems-design
A booklet on machine learning systems design with exercises. NOT the repo for the book "Designing Machine Learning Systems"
quantumiracle/Popular-RL-Algorithms
PyTorch implementation of Soft Actor-Critic (SAC), Twin Delayed DDPG (TD3), Actor-Critic (AC/A2C), Proximal Policy Optimization (PPO), QT-Opt, PointNet..
medipixel/rl_algorithms
Structural implementation of RL key algorithms
msinto93/D4PG
Tensorflow implementation of a Deep Distributed Distributional Deterministic Policy Gradients (D4PG) network, trained on OpenAI Gym environments.
Kaixhin/Rainbow
Rainbow: Combining Improvements in Deep Reinforcement Learning
rahulk29/spinningup
An educational resource to help anyone learn deep reinforcement learning.
justinjfu/doodad
A job launching library for docker, EC2, GCP, etc.
rail-berkeley/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.
rail-berkeley/rlkit
Collection of reinforcement learning algorithms
navneet-nmk/pytorch-rl
This repository contains model-free deep reinforcement learning algorithms implemented in Pytorch
p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
higgsfield/RL-Adventure
Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL
qfettes/DeepRL-Tutorials
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
astooke/rlpyt
Reinforcement Learning in PyTorch
kashif/firedup
Clone of OpenAI's Spinning Up in PyTorch
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
rll/rllab
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.