tyty0611's Stars
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 60+ Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
allenai/allennlp
An open-source NLP research library, built on PyTorch.
google/automl
Google Brain AutoML
opendilab/DI-engine
OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
wouterkool/attention-learn-to-route
Attention based model for learning to solve different routing problems
OptMLGroup/VRP-RL
Reinforcement Learning for Solving the Vehicle Routing Problem
shirgur/PointerNet
Pytorch implementation of Pointer Network
Kaixhin/ACER
Actor-critic with experience replay
ast0414/pointer-networks-pytorch
Implementation of Pointer Networks using PyTorch
Thidtc/PointerNetwork-PyTorch