Taewoo-Kang
M.S. candidate in Electrical and Computer Engineering, Seoul National University.
CORE Lab. in SNUSeoul, Korea
Taewoo-Kang's Stars
cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
yadvendra20/STL-Implementation
Some of the containers and algorithmic functions from STL(Standard Template Library) are implemented generically using C++
jk96491/SMAC
StarCraft II Multi Agent Challenge : QMIX, COMA, LIIR, QTRAN, Central V, ROMA, RODE, DOP, Graph MIX
starry-sky6688/MARL-Algorithms
Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario of StarCraft II
kyunghoon-jung/RL_implementation
RL Implementation
PINTO0309/PINTO_model_zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
JaeYeopHan/Interview_Question_for_Beginner
:boy: :girl: Technical-Interview guidelines written for those who started studying programming. I wish you all the best. :space_invader:
wh2per/Programmers-Algorithm
프로그래머스 C++ Python3 풀이
nolboo/nolboo.github.io
Learn to do. Learn by doing.
mlab-upenn/f1tenthpublic
Autonomous-Racing-PG/ar-tu-do
ROS & Gazebo project for 1/10th scale self-driving race cars
xkiwilabs/DQN-using-PyTorch-and-ML-Agents
A simple example of how to implement vector based DQN using PyTorch and a ML-Agents environment
vmelan/DRLND-udacity
Deep Reinforcement Learning Nanodegree program from Udacity
dalmia/udacity-deep-reinforcement-learning
My solutions to the projects (and mini-projects) of the Deep Reinforcement Learning Nanodegree by Udacity
udacity/deep-learning-v2-pytorch
Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
dusty-nv/jetson-reinforcement
Deep reinforcement learning GPU libraries for NVIDIA Jetson TX1/TX2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
DeepGraphLearning/LiteratureDL4Graph
A comprehensive collection of recent papers on graph deep learning
tensorflow/agents
TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.
inoryy/reaver
Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
arnomoonens/yarll
Combining deep learning and reinforcement learning.
ChintanTrivedi/DeepGamingAI_FIFARL
Using Reinforcement Learning to play FIFA
Joliezyx/causal_pathway_training
Identify the causality for air pollution in China (North China, Yangtze River Delta, and Pearl River Delta)
PetarV-/GAT
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
TrustAGI-Lab/Awesome-Graph-Neural-Networks
Paper Lists for Graph Neural Networks
jayparks/tf-seq2seq
Sequence to sequence learning using TensorFlow.
guillaume-chevalier/Awesome-Deep-Learning-Resources
Rough list of my favorite deep learning resources, useful for revisiting topics or for reference. I have got through all of the content listed there, carefully. - Guillaume Chevalier
xueyouluo/my_seq2seq
My seq2seq based on tensorflow
eriklindernoren/ML-From-Scratch
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
openai/gym
A toolkit for developing and comparing reinforcement learning algorithms.
udacity/deep-reinforcement-learning
Repo for the Deep Reinforcement Learning Nanodegree program