guialfredo's Stars
bentoml/OpenLLM
Run any open-source LLMs, such as Llama, Mistral, as OpenAI compatible API endpoint in the cloud.
vllm-project/vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
Hannibal046/Awesome-LLM
Awesome-LLM: a curated list of Large Language Model
promptfoo/promptfoo
Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.
williamFalcon/DeepRLHacks
Hacks for training RL systems from John Schulman's lecture at Deep RL Bootcamp (Aug 2017)
hzwer/NIPS2017-LearningToRunACE
2nd place solution of NIPS2017 LearningToRun Competition.
nalepae/pandarallel
A simple and efficient tool to parallelize Pandas operations on all available CPUs
p-christ/Deep-Reinforcement-Learning-Algorithms-with-PyTorch
PyTorch implementations of deep reinforcement learning algorithms and environments
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
Farama-Foundation/HighwayEnv
A minimalist environment for decision-making in autonomous driving
facebookresearch/torchdim
Named tensors with first-class dimensions for PyTorch
pyro-ppl/pyro
Deep universal probabilistic programming with Python and PyTorch
networkx/nx-guides
Examples and Jupyter Notebooks about NetworkX
networkx/networkx
Network Analysis in Python
isp1tze/MAProj
Multi-agent project (commnet, bicnet, maddpg) in pytorch for Multi-Agent Particle Environment
berkeleydeeprlcourse/homework_fall2020
Assignments for Berkeley CS 285: Deep Reinforcement Learning (Fall 2020)
sisl/event-driven-rllab
Extending rllab to event-driven multiagent environments
rll/rllab
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
LucasAlegre/sumo-rl
Reinforcement Learning environments for Traffic Signal Control with SUMO. Compatible with Gymnasium, PettingZoo, and popular RL libraries.
sfujim/BCQ
Author's PyTorch implementation of BCQ for continuous and discrete actions
iffiX/machin
Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...
gaogaotiantian/viztracer
A debugging and profiling tool that can trace and visualize python code execution
eriklindernoren/PyTorch-YOLOv3
Minimal PyTorch implementation of YOLOv3
Bigpig4396/Multi-Agent-Reinforcement-Learning-Environment
Hello, I pushed some python environments for Multi Agent Reinforcement Learning.
erfanMhi/Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
facebookresearch/Generic-Grouping
Open-source code for Generic Grouping Network (GGN, CVPR 2022)
pydata/xarray
N-D labeled arrays and datasets in Python
iRB-Lab/py-ga-VRPTW
A Python Implementation of a Genetic Algorithm-based Solution to Vehicle Routing Problem with Time Windows
cts198859/deeprl_network
multi-agent deep reinforcement learning for networked system control.
cts198859/deeprl_signal_control
multi-agent deep reinforcement learning for large-scale traffic signal control.