[IEEE RA-L 2024] GOPT: Generalizable Online 3D Bin Packing via Transformer-based Deep Reinforcement Learning
-
Updated
Aug 13, 2025 - Python
[IEEE RA-L 2024] GOPT: Generalizable Online 3D Bin Packing via Transformer-based Deep Reinforcement Learning
3dbin packer where the bin size is unknown/undefined. Given a set of items the algorithm will try to give the smallest single bin to fit all items.
A production-grade Deep Reinforcement Learning project solving the 3D Bin Packing Problem. It features DQN and PPO agents, a custom Gym environment, MLOps integration with MLflow and DVC, and a FastAPI service for inference.
Proyecto para solucionar el problema de bin packing, para cajas de distintas dimensiones y contenedores distintos, con restricciones de cantidad y opcionalidad
Add a description, image, and links to the 3d-bin-packing-problem topic page so that developers can more easily learn about it.
To associate your repository with the 3d-bin-packing-problem topic, visit your repo's landing page and select "manage topics."