alexfrom0815 / Online-3D-BPP-DRL

This repository contains the implementation of paper Online 3D Bin Packing with Constrained Deep Reinforcement Learning.
292 stars 66 forks source link

Learning Online-3D-BPP-DRL - Get amount of the used containers #16

Closed thur1 closed 1 year ago

thur1 commented 1 year ago

Hello and thank you for this very interesting article and the resources it provides. I'm trying to reorient my career and I'm very interested in reinforcement learning, I am studying your algorithms for solving containment problems and I would like to know the meaning of the terms (LASH, OnlineBPH, BR, MACS...etc) which are models of Deep Reinforcement Learning hyper Heuristic developed in your algorithm.

alexfrom0815 commented 1 year ago

Hello, thanks for your attention! We have provided references for related terms in our paper (https://ojs.aaai.org/index.php/AAAI/article/view/16155). You can read these references to understand the meaning of these terms. Wish it helps.