Highlights
- Pro
-
annotated_deep_learning_paper_implementations Public
Forked from 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, ...), ga…
Python MIT License UpdatedSep 19, 2025 -
cleanrl Public
Forked from vwxyzjn/cleanrlHigh-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
Python Other UpdatedAug 13, 2025 -
.tmux Public
Forked from gpakosz/.tmux🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Shell Do What The F*ck You Want To Public License UpdatedAug 12, 2025 -
examples Public
Forked from kubeflow/examplesA repository to host extended examples and tutorials
Jsonnet Apache License 2.0 UpdatedJun 24, 2025 -
ray Public
Forked from ray-project/rayAn open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyp…
Python Apache License 2.0 UpdatedJun 24, 2025 -
jaxrl Public template
Forked from ikostrikov/jaxrlJAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.
Jupyter Notebook MIT License UpdatedJun 19, 2025 -
softlearning Public
Forked from rail-berkeley/softlearningSoftlearning is a reinforcement learning framework for training maximum entropy policies in continuous domains. Includes the official implementation of the Soft Actor-Critic algorithm.
Python Other UpdatedJun 19, 2025 -
nyu-computational-dynamics Public
Forked from jborovicka/nyu-computational-dynamicsComputational Dynamics course, MSQE program
-
barista Public
Forked from JeppeKlitgaard/baristaA Python and Jsonnet framework for handling espanso configurations
Jsonnet MIT License UpdatedJun 19, 2025 -
AgentTorch Public
Forked from AgentTorch/AgentTorchlarge population models
Jupyter Notebook Other UpdatedJun 19, 2025 -
scnn Public
Forked from pilancilab/scnnScalable Convex Neural Networks
Python MIT License UpdatedJun 19, 2025 -
nuqls Public
Forked from josephwilsonmaths/nuqlsImplimentation of NUQLs method for paper 'Uncertainty Quantification with the Empirical Tangent Kernel'.
Jupyter Notebook UpdatedFeb 5, 2025 -
SymbolicRegression.jl Public
Forked from MilesCranmer/SymbolicRegression.jlDistributed High-Performance Symbolic Regression in Julia
Julia Apache License 2.0 UpdatedJan 26, 2025 -
PySR Public
Forked from MilesCranmer/PySRHigh-Performance Symbolic Regression in Python and Julia
Python Apache License 2.0 UpdatedJan 22, 2025 -
-
useful_tools Public
Forked from andyljones/aljpyAndy's common tools
Python MIT License UpdatedOct 18, 2024 -
termpdf.py Public
Forked from dsanson/termpdf.pyA graphical pdf and epub reader that works inside the kitty terminal
Python MIT License UpdatedAug 22, 2024 -
dev-setup Public
Forked from donnemartin/dev-setupmacOS development environment setup: Easy-to-understand instructions with automated setup scripts for developer tools like Vim, Sublime Text, Bash, iTerm, Python data analysis, Spark, Hadoop MapRed…
Python Other UpdatedAug 22, 2024 -
carbs Public
Forked from imbue-ai/carbsCost aware hyperparameter tuning algorithm
Jupyter Notebook MIT License UpdatedJun 27, 2024 -
-
Gymnasium Public
Forked from Farama-Foundation/GymnasiumAn API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
Python MIT License UpdatedMay 4, 2024 -
madoko Public
Forked from koka-lang/madokoMadoko is a fast markdown processor for high quality academic and technical articles
HTML Other UpdatedMar 25, 2024 -
-
bokeh Public
Forked from bokeh/bokehInteractive Web Plotting for Python
Python BSD 3-Clause "New" or "Revised" License UpdatedSep 20, 2023 -
marketsAI Public
Forked from marketsAI/marketsAIA modular framework designed to simulate economies and markets using Reinforcement Learning.
-
pymc3 Public
Forked from pymc-devs/pymcProbabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano
Python Other UpdatedSep 20, 2023 -
Deep-Q-Learning-Paper-To-Code Public
Forked from philtabor/Deep-Q-Learning-Paper-To-CodePython MIT License UpdatedSep 20, 2023 -
bsuite Public
Forked from google-deepmind/bsuitebsuite is a collection of carefully-designed experiments that investigate core capabilities of a reinforcement learning (RL) agent
Python Apache License 2.0 UpdatedSep 20, 2023 -
minimalRL Public
Forked from seungeunrho/minimalRLImplementations of basic RL algorithms with minimal lines of codes! (pytorch based)
Python MIT License UpdatedSep 20, 2023 -
AveQLearning Public
Forked from lx10077/AveQLearningCodes for the AISTATS 2023 paper, A Statistical Analysis of Polyak-Ruppert Averaged Q-learning.