https://github.com/jeepway/mask-pack-compare-algorithm
This repository contains the algorithm compared with mask-pack.
https://github.com/jeepway/mask-pack-compare-algorithm
Last synced: about 1 year ago
JSON representation
This repository contains the algorithm compared with mask-pack.
- Host: GitHub
- URL: https://github.com/jeepway/mask-pack-compare-algorithm
- Owner: JeepWay
- License: mit
- Created: 2024-11-21T16:49:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T16:05:00.000Z (over 1 year ago)
- Last Synced: 2025-02-10T16:52:19.190Z (over 1 year ago)
- Language: Python
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The algotithms compare with the [mask-pack](https://github.com/JeepWay/mask-pack)
## Algorithm
1. Zhao-2D
2. Deep-Pack
3. Deep-Pack-with-mask
## Reference
* [Online 3D Bin Packing with Constrained Deep Reinforcement Learning](https://arxiv.org/abs/2006.14978)
* [GitHub: Online-3D-BPP-DRL](https://github.com/alexfrom0815/Online-3D-BPP-DRL)
* [Deep-Pack: A Vision-Based 2D Online Bin Packing Algorithm with Deep Reinforcement Learning](https://ieeexplore.ieee.org/document/8956393)
* [GitHub: Deep-Pack (unofficial implementation)](https://github.com/JeepWay/DeepPack)