ImMohammadHosseini/MKP-RL
:sparkles: Solve multi_dimensional multiple knapsack problem using state_of_the_art Reinforcement Learning Algorithms and transformers
This project helps operations managers and resource planners efficiently allocate resources to optimize performance and cost. It takes in a set of items, each with various characteristics (like weight and value), and a set of containers with different capacities. The output is a proposed allocation of items into containers that maximizes overall value while respecting capacity limits. This is ideal for anyone who needs to solve complex resource allocation challenges, particularly in areas like cloud computing resource management.
No commits in the last 6 months.
Use this if you need an automated, intelligent system to decide the best way to pack items into multiple containers, where both items and containers have multiple constraints.
Not ideal if you're looking for a fully production-ready solution, as the current model training performance is noted as unsatisfactory and is an active area for improvement.
Stars
13
Forks
1
Language
Python
License
GPL-3.0
Category
Last pushed
Feb 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/ImMohammadHosseini/MKP-RL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
galilai-group/stable-pretraining
Reliable, minimal and scalable library for pretraining foundation and world models
CognitiveAISystems/MAPF-GPT
[AAAI-2025] This repository contains MAPF-GPT, a deep learning-based model for solving MAPF...
UKPLab/gpl
Powerful unsupervised domain adaptation method for dense retrieval. Requires only unlabeled...
larslorch/avici
Amortized Inference for Causal Structure Learning, NeurIPS 2022
svdrecbd/mhc-mlx
MLX + Metal implementation of mHC: Manifold-Constrained Hyper-Connections by DeepSeek-AI.