hcnoh
I am a machine learning research engineer currently working in the AI Research of New Innovative R&D division of Innodep.
InnodepSeoul, South Korea
hcnoh's Stars
peci1/nvidia-htop
A tool for enriching the output of nvidia-smi.
microsoft/Web-Dev-For-Beginners
24 Lessons, 12 Weeks, Get Started as a Web Developer
facebookresearch/bipedal-skills
Bipedal Skills Benchmark for Reinforcement Learning
annoviko/pyclustering
pyclustering is a Python, C++ data mining library.
CherryPieSexy/imitation_learning
PyTorch implementation of some reinforcement learning algorithms: A2C, PPO, Behavioral Cloning from Observation (BCO), GAIL.
schatty/oprl
A Modular Library for Off-Policy Reinforcement Learning with a focus on SafeRL and distributed computing
denisyarats/pytorch_sac
PyTorch implementation of Soft Actor-Critic (SAC)
torvalds/linux
Linux kernel source tree
keras-team/keras
Deep Learning for humans
jphall663/awesome-machine-learning-interpretability
A curated list of awesome responsible machine learning resources.
ethanluoyc/magi
Reinforcement learning library in JAX.
pranz24/pytorch-soft-actor-critic
PyTorch implementation of soft actor critic
Kaixhin/imitation-learning
Imitation learning algorithms
BroCoLySTyLe/ALBERT-pytorch-implementation
TianhongDai/reinforcement-learning-algorithms
This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)
clvrai/awesome-rl-envs
BroCoLySTyLe/MyPortfolio
ghliu/pytorch-ddpg
Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
sooftware/k-startups
List of tech startups in South Korea. (Republic of Korea)
jax-ml/jax
Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
ac-93/soft-actor-critic
Modified versions of the SAC algorithm from spinningup for discrete action spaces and image observations.
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
andrejmiscic/gcn-pytorch
Implementation of the Graph Convolutional Networks in Pytorch
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
Bigpig4396/Multi-Agent-Reinforcement-Learning-Environment
Hello, I pushed some python environments for Multi Agent Reinforcement Learning.
tkipf/pygcn
Graph Convolutional Networks in PyTorch
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Khrylx/PyTorch-RL
PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.
XinJingHao/PPO-Continuous-Pytorch
A clean and robust Pytorch implementation of PPO on continuous action space.
dongminlee94/deep_rl
PyTorch implementation of deep reinforcement learning algorithms