YoZo-X
Pursuing a Master's degree in Control Science at UESTC, mainly researching planning, deep RL.
University of Electronic Science and Technology of China
YoZo-X's Stars
CCIIPLab/GCE-GNN
The source code for "Global Context Enhanced Graph Neural Network for Session-based Recommendation".
psf/black
The uncompromising Python code formatter
xiangwang1223/neural_graph_collaborative_filtering
Neural Graph Collaborative Filtering, SIGIR2019
ikostrikov/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
ikostrikov/pytorch-a3c
PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from "Asynchronous Methods for Deep Reinforcement Learning".
hwwang55/KGCN
A tensorflow implementation of Knowledge Graph Convolutional Networks
PeiJieSun/diffnet
Graph Neural Network based Social Recommendation Model. SIGIR2019.
BUPT-GAMMA/Multi-Component-Graph-Convolutional-Collaborative-Filtering
Source code for AAAI 2020 paper "Multi-Component Graph Convolutional Collaborative Filtering"
DataCanvasIO/DeepTables
DeepTables: Deep-learning Toolkit for Tabular data
thunlp/GNNPapers
Must-read papers on graph neural networks (GNN)
LYuhang/GNN_Review
GNN综述阅读报告
zaytoun/scihub.py
Python API and command-line tool for Sci-Hub
akaxlh/MB-GMN
MB-GMN, SIGIR 2021
cheungdaven/DeepRec
An Open-source Toolkit for Deep Learning based Recommendation with Tensorflow.
google-deepmind/reverb
Reverb is an efficient and easy-to-use data storage and transport system designed for machine learning research
google-research/seed_rl
SEED RL: Scalable and Efficient Deep-RL with Accelerated Central Inference. Implements IMPALA and R2D2 algorithms in TF2 with SEED's architecture.
autoliuweijie/DeepLearning
Some practices about deep learning
chengao982/GP4
CyC2018/Job-Recommend
🔎 互联网内推信息(社招、校招、实习)
toshikwa/rljax
A collection of RL algorithms written in JAX.
BY571/FQF-and-Extensions
PyTorch implementation of the state-of-the-art distributional reinforcement learning algorithm Fully Parameterized Quantile Function (FQF) and Extensions: N-step Bootstrapping, PER, Noisy Layer, Dueling Networks, and parallelization.
rst-tu-dortmund/teb_local_planner
An optimal trajectory planner considering distinctive topologies for mobile robots based on Timed-Elastic-Bands (ROS Package)
rst-tu-dortmund/mpc_local_planner
The mpc_local_planner package implements a plugin to the base_local_planner of the 2D navigation stack. It provides a generic and versatile model predictive control implementation with minimum-time and quadratic-form receding-horizon configurations.
changgyhub/leetcode_101
LeetCode 101:力扣刷题指南
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
Show-Me-the-Code/python
Show Me the Code Python version.
toshikwa/fqf-iqn-qrdqn.pytorch
PyTorch implementation of FQF, IQN and QR-DQN.
microsoft/FQF
FQF(Fully parameterized Quantile Function for distributional reinforcement learning) is a general reinforcement learning framework for Atari games, which can learn to play Atari games automatically by predicting return distribution in the form of a fully parameterized quantile function.
palash1992/GEM
shenweichen/GraphEmbedding
Implementation and experiments of graph embedding algorithms.