Pinned Repositories
awesome-ml4co
awesome-reinforcement-learning-zh
中文整理的强化学习资料(Reinforcement Learning)
Industrial-BigData
Competition solution
kddcup2019-archaive
Our implementation code, summary and experience of KDD Cup 2019 Automl Track
L2O-G2MILP
This is the code of paper "A Deep Instance Generative Framework for MILP Solvers Under Limited Data Availability". Zijie Geng, Xijun Li, Jie Wang, Xiao Li, Yongdong Zhang, Feng Wu. NeurIPS 2023 (Spotlight).
L2O-HEM-Torch
The code of paper Learning Cut Selection for Mixed-Integer Linear Programming via Hierarchical Sequence Model. Zhihai Wang, Xijun Li, Jie Wang*, Yufei Kuang, Mingxuan Yuan, Jia Zeng, Yongdong Zhang, Feng Wu. ICLR 2023.
Learning-to-Optimize-Arxiv
The repository archives papers regarding the combination of combinatorial optimization and machine learning and corresponding reading notes.
leetcode
My solutions to problems of leetcode
reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
xijunlee's Repositories
xijunlee/Learning-to-Optimize-Arxiv
The repository archives papers regarding the combination of combinatorial optimization and machine learning and corresponding reading notes.
xijunlee/kddcup2019-archaive
Our implementation code, summary and experience of KDD Cup 2019 Automl Track
xijunlee/L2O-G2MILP
This is the code of paper "A Deep Instance Generative Framework for MILP Solvers Under Limited Data Availability". Zijie Geng, Xijun Li, Jie Wang, Xiao Li, Yongdong Zhang, Feng Wu. NeurIPS 2023 (Spotlight).
xijunlee/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
xijunlee/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
xijunlee/awesome-ml4co
xijunlee/awesome-reinforcement-learning-zh
中文整理的强化学习资料(Reinforcement Learning)
xijunlee/Clp
COIN-OR Linear Programming Solver
xijunlee/HiGHS
Linear optimization software
xijunlee/Hybrid-learn2branch
Hybrid Models for Learning to Branch (NeurIPS 2020)
xijunlee/learn2branch
Exact Combinatorial Optimization with Graph Convolutional Neural Networks (NeurIPS 2019)
xijunlee/paradiseo
A C++ evolutionary computation framework to build parallel stochastic optimization solvers
xijunlee/PySCIPOpt
Python interface for the SCIP Optimization Suite
xijunlee/tensorflow-learning
This repo records what I 've learned in tensorflow.
xijunlee/L2O-HEM-Torch
The code of paper Learning Cut Selection for Mixed-Integer Linear Programming via Hierarchical Sequence Model. Zhihai Wang, Xijun Li, Jie Wang*, Yufei Kuang, Mingxuan Yuan, Jia Zeng, Yongdong Zhang, Feng Wu. ICLR 2023.
xijunlee/xijunlee.github.io
My personal blog
xijunlee/30min_guides
覃健祥的学习笔记,各种几十分钟入门的文档
xijunlee/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
xijunlee/blog-backend
xijunlee/book
Book PDF
xijunlee/gitignore
A collection of useful .gitignore templates
xijunlee/GNNPapers
Must-read papers on graph neural networks (GNN)
xijunlee/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
xijunlee/pdp-formulation
This repository contains the mathematical model of PDP, which is a static version of DPDP. The pdf file is in submission to ICDE2021
xijunlee/PyTorch-GAN
PyTorch implementations of Generative Adversarial Networks.
xijunlee/ReinforcementLearning-AtariGame
Pytorch LSTM RNN for reinforcement learning to play Atari games from OpenAI Universe. We also use Google Deep Mind's Asynchronous Advantage Actor-Critic (A3C) Algorithm. This is much superior and efficient than DQN and obsoletes it. Can play on many games
xijunlee/sacred
Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
xijunlee/shell-book
❤️Shell脚本学习系列教程:6小节内容轻松掌握shell编程。
xijunlee/sphinx
Main repository for the Sphinx documentation builder
xijunlee/TD3
Author's PyTorch implementation of TD3 for OpenAI gym tasks