ygutgutia's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
ollama/ollama
Get up and running with Llama 3.3, Mistral, Gemma 2, and other large language models.
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
lichess-org/lila
♞ lichess.org: the forever free, adless and open source chess server ♞
ivy-llc/ivy
Convert Machine Learning Code Between Frameworks
rigtorp/awesome-modern-cpp
A collection of resources on modern C++
openai/universe
Universe: a software platform for measuring and training an AI's general intelligence across the world's supply of games, websites and other applications.
prasadgujar/low-level-design-primer
Dedicated Resources for the Low-Level System Design. Learn how to design and implement large-scale systems. Prep for the system design interview.
ept/ddia-references
Literature references for “Designing Data-Intensive Applications”
G33kzD3n/Catalogue
kungfu-origin/kungfu
Kungfu Trader
opendilab/DI-engine
OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.
Farama-Foundation/PettingZoo
An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities
openai/multiagent-particle-envs
Code for a multi-agent particle environment used in the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
tdunning/t-digest
A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means
openai/maddpg
Code for the MADDPG algorithm from the paper "Multi-Agent Actor-Critic for Mixed Cooperative-Competitive Environments"
PlamenStilyianov/FinMathematics
Books
instadeepai/Mava
🦁 A research-friendly codebase for fast experimentation of multi-agent reinforcement learning in JAX
Bigpig4396/Multi-Agent-Reinforcement-Learning-Environment
Hello, I pushed some python environments for Multi Agent Reinforcement Learning.
lcswillems/rl-starter-files
RL starter files in order to immediately train, visualize and evaluate an agent without writing any line of code
vpreethamkashyap/Library
Refrence_Books_PDFfiles
Farama-Foundation/SuperSuit
A collection of wrappers for Gymnasium and PettingZoo environments (being merged into gymnasium.wrappers and pettingzoo.wrappers
charles-cooper/itch-order-book
Fast implementation of an ITCH order book
cyoon1729/Multi-agent-reinforcement-learning
Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG
011235813/cm3
Cooperative Multi-goal Multi-stage Multi-agent Reinforcement Learning
matteokarldonati/Counterfactual-Multi-Agent-Policy-Gradients
PyTorch implementation of Foerster, Jakob N., et al. "Counterfactual multi-agent policy gradients."
namhoangduc99/TargetOf2018
MehdiZouitine/gym_ma_toy
:video_game: Toy environment set for multi-agent reinforcement learning and more
aky91/Multithreaded-Load-Balancer
Simple TCP Load Balancer in C :octopus:
dylman123/multiagent-particle-envs
I aim to modify Open AI's multiagent-particle-envs to investigate how multiple agents can coordinate by negotiating with each other in high traffic scenarios, mimicking autonomous vehicles.