There are 1 repository under 3d-packing topic.
This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
Code implementation of "Learning Efficient Online 3D Bin Packing on Packing Configuration Trees". We propose to enhance the practical applicability of online 3D Bin Packing Problem (BPP) via learning on a hierarchical packing configuration tree which makes the deep reinforcement learning (DRL) model easy to deal with practical constraints and well-performing even with continuous solution space.
Packing irregular objects with deep reinforcement learning.
Humble 3D knapsack / bin packing solver
Tabu search and Genetic algorithm implementation for container loading problem (3D bin packing)
:truck: Personal project for packing the goods efficiently using some heuristic algorithms :train:
EB-AFIT Pallet Loading reference algorithm C++ rewrite