RAXYAO's Stars
ddbourgin/numpy-ml
Machine learning, in numpy
nvim-tree/nvim-tree.lua
A file explorer tree for neovim written in lua
openresty/luajit2
OpenResty's Branch of LuaJIT 2
Farama-Foundation/Gymnasium
An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
JuliaPOMDP/POMDPs.jl
MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.
algorithm-visualizer/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
pytorch/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
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/gym
A toolkit for developing and comparing reinforcement learning algorithms.
aikorea/awesome-rl
Reinforcement learning resources curated
neovim/neovim
Vim-fork focused on extensibility and usability
jpalardy/vim-slime
A vim plugin to give you some slime. (Emacs)
michaelb/sniprun
A neovim plugin to run lines/blocs of code (independently of the rest of the file), supporting multiples languages
Vigemus/iron.nvim
Interactive Repl Over Neovim
chadvoegele/nvim-slime
gillescastel/inkscape-figures
Inkscape figure manager
zhanwen/MathModel
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
QSCTech/zju-icicles
浙江大学课程攻略共享计划
ibraheemdev/modern-unix
A collection of modern/faster/saner alternatives to common unix commands.
fsancho/IA
Models for the course Artificial Intelligence from the Bachelor's Degree in "Computers Engineering" of ETSII-University of Seville
JuliaNLSolvers/Optim.jl
Optimization functions for Julia
concurrencykit/ck
Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
facebook/folly
An open-source C++ library developed and used at Facebook.
facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
google/python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
google/styleguide
Style guides for Google-originated open-source projects