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

Extrapolating to 4D #17

Closed saswat0 closed 1 year ago

saswat0 commented 1 year ago

Can this method be used for 4D bin packing as well? Is yes, what changes are needed to be made?

alexfrom0815 commented 1 year ago

I think it is possible, you can try to change the environment, observation, and action. Then use reinforcement learning to train the corresponding policy.