luisgarciar/3D-bin-packing
Solving the 3D bin packing problem with reinforcement learning
This helps optimize how you fit multiple 3D boxes into a single container of a fixed size. You provide a list of boxes with their dimensions, and it determines the best placement to fit as many as possible, minimizing wasted space. This is for anyone managing physical inventory or shipping who needs to efficiently load containers, trucks, or shelves.
No commits in the last 6 months.
Use this if you need to plan the most efficient way to pack various items into a standard container without rotating the items.
Not ideal if your items can be rotated to fit better, or if you need to pack multiple containers simultaneously.
Stars
61
Forks
10
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jan 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/luisgarciar/3D-bin-packing"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild