EliaPiccoli's Stars
dair-ai/ML-YouTube-Courses
📺 Discover the latest machine learning / AI courses on YouTube.
KindXiaoming/pykan
Kolmogorov Arnold Networks
dabeaz-course/python-mastery
Advanced Python Mastery (course by @dabeaz)
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
PWhiddy/PokemonRedExperiments
Playing Pokemon Red with Reinforcement Learning
vwxyzjn/cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
yuchenlin/rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
takuseno/d3rlpy
An offline deep reinforcement learning library
PufferAI/PufferLib
Simplifying reinforcement learning for complex game environments
Lightning-AI/lightning-thunder
Make PyTorch models up to 40% faster! Thunder is a source to source compiler for PyTorch. It enables using different hardware executors at once; across one or thousands of GPUs.
trevismd/statannotations
add statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
araffin/robotics-rl-srl
S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) for Robotics
google-research/batch_rl
Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games
corl-team/CORL
High-quality single-file implementations of SOTA Offline and Offline-to-Online RL algorithms: AWAC, BC, CQL, DT, EDAC, IQL, SAC-N, TD3+BC, LB-SAC, SPOT, Cal-QL, ReBRAC
facebookresearch/salina
a Lightweight library for sequential learning agents, including reinforcement learning
aviralkumar2907/CQL
Code for conservative Q-learning
yihaosun1124/OfflineRL-Kit
An elegant PyTorch offline reinforcement learning library for researchers.
openrlbenchmark/openrlbenchmark
silverlight6/TFTMuZeroAgent
Team fight tactics AI
BY571/CQL
PyTorch implementation of the Offline Reinforcement Learning algorithm CQL. Includes the versions DQN-CQL and SAC-CQL for discrete and continuous action spaces.
young-geng/CQL
Conservative Q Learning on top of SAC
facebookresearch/motif
Intrinsic Motivation from Artificial Intelligence Feedback
takuseno/d4rl-atari
Datasets for data-driven deep reinforcement learning with Atari (wrapper for datasets released by Google)
d3sm0/gym_pomdp
Gym-like extensions for POMDP
mila-iqia/SGI
Official code for "Pretraining Representations For Data-Efficient Reinforcement Learning" (NeurIPS 2021)
EU-TEACHING/teaching
corl-team/katakomba
Data-Driven NetHack Tools: Datasets (30+) and recurrent-baselines (AWAC, BC, CQL, IQL, REM)
EU-TEACHING/teaching-ai-toolkit
AI-Toolkit collecting and implementing the AI modules for a TEACHING application.
CommanderCero/NetPlay
A LLM-powered agent for NetHack
princeton-nlp/il-scaling-in-games
Official code repo of "Scaling Laws for Imitation Learning in Single-Agent Games"