An open API service indexing awesome lists of open source software.

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.

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)