FuyiWang's Stars
olzhas/rrt_toolbox
RRT, RRT*, RRT*FN algorithms for MATLAB
hyunwoongko/transformer
Transformer: PyTorch Implementation of "Attention Is All You Need"
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
dmishin/tsp-solver
Travelling Salesman Problem solver in pure Python + some visualizers
jingw2/pyconcorde
Python wrapper around the Concorde TSP solver
jvkersch/pyconcorde
Python wrapper around the Concorde TSP solver
LxzGordon/Deep-Reinforcement-Learning-with-pytorch
Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,DDPG for discrete action space, A2C, A3C, TD3, SAC, TRPO
SamKirkiles/mountain-car-SARSA-AC
Using SARSA with linear function approximation to solve the Mountain Car problem.
omerbsezer/Reinforcement_learning_tutorial_with_demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
MorvanZhou/Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
MathFoundationRL/Book-Mathematical-Foundation-of-Reinforcement-Learning
This is the homepage of a new book entitled "Mathematical Foundations of Reinforcement Learning."
cfld/simple_tsp
Python/Numba implemenation of of Lin-Kernighan-style TSP solver
mitre/tsp
Deep RL + Pointer Nets for the Travelling Salesman Problem
wouterkool/attention-learn-to-route
Attention based model for learning to solve different routing problems
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch