Pinned Repositories
AlphaPose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
book-1
CodingInterviewChinese2
《剑指Offer》第二版源代码
CPlusPlusThings
C++那些事
CSAPP-3e-Solutions
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
DeepRL-TensorFlow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
drl_binpacking
3D bin packing is a classical and challenging combinatorial optimization problem in logistics and production systems. An effective bin packing algorithm means the reduction of total packing cost and increase in utilization of resources. Because the cost of packing materials, which is mainly determined by their surface area, occupies the most part of packing cost, and in many real business scenarios there is no bin with fixed size, so AI Department of Cainiao proposed a new type of 3D bin packing problem. The objective of this new type of 3D bin packing problem is to pack all items into a bin with minimized surface area. And a DRL method based on the sequence-to-sequence model is proposed to solve the problem. This is the research paper link: https://arxiv.org/abs/1708.05930. Source code of this method can be found in the project.
gbyuHub's Repositories
gbyuHub/AlphaPose
Real-Time and Accurate Full-Body Multi-Person Pose Estimation&Tracking System
gbyuHub/awesome-tensor-compilers
A list of awesome compiler projects and papers for tensor computation and deep learning.
gbyuHub/Bilibili-plus
课程视频、PPT和源代码:侯捷C++系列;台大郭彦甫MATLAB
gbyuHub/book-1
gbyuHub/CodingInterviewChinese2
《剑指Offer》第二版源代码
gbyuHub/CPlusPlusThings
C++那些事
gbyuHub/CSAPP-3e-Solutions
CSAPP 3e Solutions, migrated to github.io from gitbook.io which is being shut down.
gbyuHub/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
gbyuHub/DeepRL-TensorFlow2
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
gbyuHub/Fair-POMCP
gbyuHub/GitPractice
A repo which helps me to get familiar with git commands for better version control.
gbyuHub/gym_pomdp
Gym-like extensions for POMDP
gbyuHub/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥
gbyuHub/luminoth
Deep Learning toolkit for Computer Vision
gbyuHub/MyPoorWebServer
一款可运行的基于C++ 实现的HTTP服务器,基于《TCPIP网络编程》和《Linux高性能服务器编程》实现的服务器项目。
gbyuHub/planning
Planning under Uncertainty
gbyuHub/pomcp
Risk-aware POMCP
gbyuHub/pomcp-plot
gbyuHub/POMDPy
POMDPs in Python.
gbyuHub/pymarl
Python Multi-Agent Reinforcement Learning framework
gbyuHub/PyPOMDP
Python implementation of POMDP framework and PBVI & POMCP algorithms.
gbyuHub/reinforcement-learning-code
gbyuHub/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
gbyuHub/Skiplist-CPP
A tiny KV storage based on skiplist written in C++ language| 使用C++开发,基于跳表实现的轻量级键值数据库🔥🔥 🚀
gbyuHub/StarCraft
Implementations of IQL, QMIX, VDN, COMA, QTRAN, MAVEN, CommNet, DyMA-CL, and G2ANet on SMAC, the decentralised micromanagement scenario of StarCraft II
gbyuHub/stochastic-fair-pomcp
Adapt POMCP for fair planning with stochastic action choices
gbyuHub/tensorflow
An Open Source Machine Learning Framework for Everyone
gbyuHub/tinyrpc
c++ async rpc framework. 14w+qps.
gbyuHub/TinyWebServer
:fire: Linux下C++轻量级Web服务器
gbyuHub/WebServer
C++ Linux WebServer服务器