├── .DS_Store ├── .gitattributes ├── README.md ├── Slide ├── .DS_Store ├── DRL初稿.key └── 基于强化学习与形状签名的排样学习模型-王子路&羊山.key ├── heuristic.py ├── img ├── .DS_Store ├── WechatIMG6301.png ├── WechatIMG6302.png ├── image-20200622141522842.png ├── image-20200622141548533.png ├── image-20200622141555895.png ├── image-20200622141612674.png ├── image-20200622142532200.png ├── image-20200622142925437.png ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0001.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0002.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0003.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0004.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0005.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0006.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0007.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0008.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0009.jpg ├── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0010.jpg └── 基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0011.jpg ├── network.py ├── new_data.py ├── rl_test.py ├── rl_train.py ├── sequence.py ├── tools ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── geo_assistant.cpython-37.pyc │ ├── lp.cpython-37.pyc │ ├── lp_assistant.cpython-37.pyc │ ├── packing.cpython-37.pyc │ ├── polygon.cpython-37.pyc │ └── vectorization.cpython-37.pyc ├── blf │ ├── Plot.cpp │ ├── data_assistant.cpp │ ├── data_assistant.hpp │ ├── geometry.cpp │ └── main.cpp ├── cg.py ├── feasible.py ├── geo_assistant.py ├── lp.py ├── lp_assistant.py ├── packing.py ├── polygon.py ├── rl.py └── vectorization.py └── 基于强化学习与形状签名的排样学习模型-王子路&羊山.pdf /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/README.md -------------------------------------------------------------------------------- /Slide/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/Slide/.DS_Store -------------------------------------------------------------------------------- /Slide/DRL初稿.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/Slide/DRL初稿.key -------------------------------------------------------------------------------- /Slide/基于强化学习与形状签名的排样学习模型-王子路&羊山.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/Slide/基于强化学习与形状签名的排样学习模型-王子路&羊山.key -------------------------------------------------------------------------------- /heuristic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/heuristic.py -------------------------------------------------------------------------------- /img/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/.DS_Store -------------------------------------------------------------------------------- /img/WechatIMG6301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/WechatIMG6301.png -------------------------------------------------------------------------------- /img/WechatIMG6302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/WechatIMG6302.png -------------------------------------------------------------------------------- /img/image-20200622141522842.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/image-20200622141522842.png -------------------------------------------------------------------------------- /img/image-20200622141548533.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/image-20200622141548533.png -------------------------------------------------------------------------------- /img/image-20200622141555895.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/image-20200622141555895.png -------------------------------------------------------------------------------- /img/image-20200622141612674.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/image-20200622141612674.png -------------------------------------------------------------------------------- /img/image-20200622142532200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/image-20200622142532200.png -------------------------------------------------------------------------------- /img/image-20200622142925437.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/image-20200622142925437.png -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0001.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0001.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0002.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0002.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0003.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0004.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0005.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0006.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0006.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0007.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0007.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0008.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0008.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0009.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0010.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0010.jpg -------------------------------------------------------------------------------- /img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0011.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/img/基于强化学习与形状签名的排样学习模型-王子路&羊山_page-0011.jpg -------------------------------------------------------------------------------- /network.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/network.py -------------------------------------------------------------------------------- /new_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/new_data.py -------------------------------------------------------------------------------- /rl_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/rl_test.py -------------------------------------------------------------------------------- /rl_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/rl_train.py -------------------------------------------------------------------------------- /sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/sequence.py -------------------------------------------------------------------------------- /tools/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/__pycache__/__init__.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/__init__.cpython-37.pyc -------------------------------------------------------------------------------- /tools/__pycache__/geo_assistant.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/geo_assistant.cpython-37.pyc -------------------------------------------------------------------------------- /tools/__pycache__/lp.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/lp.cpython-37.pyc -------------------------------------------------------------------------------- /tools/__pycache__/lp_assistant.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/lp_assistant.cpython-37.pyc -------------------------------------------------------------------------------- /tools/__pycache__/packing.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/packing.cpython-37.pyc -------------------------------------------------------------------------------- /tools/__pycache__/polygon.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/polygon.cpython-37.pyc -------------------------------------------------------------------------------- /tools/__pycache__/vectorization.cpython-37.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/__pycache__/vectorization.cpython-37.pyc -------------------------------------------------------------------------------- /tools/blf/Plot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/blf/Plot.cpp -------------------------------------------------------------------------------- /tools/blf/data_assistant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/blf/data_assistant.cpp -------------------------------------------------------------------------------- /tools/blf/data_assistant.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/blf/data_assistant.hpp -------------------------------------------------------------------------------- /tools/blf/geometry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/blf/geometry.cpp -------------------------------------------------------------------------------- /tools/blf/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/blf/main.cpp -------------------------------------------------------------------------------- /tools/cg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/cg.py -------------------------------------------------------------------------------- /tools/feasible.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/feasible.py -------------------------------------------------------------------------------- /tools/geo_assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/geo_assistant.py -------------------------------------------------------------------------------- /tools/lp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/lp.py -------------------------------------------------------------------------------- /tools/lp_assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/lp_assistant.py -------------------------------------------------------------------------------- /tools/packing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/packing.py -------------------------------------------------------------------------------- /tools/polygon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/polygon.py -------------------------------------------------------------------------------- /tools/rl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/rl.py -------------------------------------------------------------------------------- /tools/vectorization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/tools/vectorization.py -------------------------------------------------------------------------------- /基于强化学习与形状签名的排样学习模型-王子路&羊山.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seanys/Learn-to-Pack/HEAD/基于强化学习与形状签名的排样学习模型-王子路&羊山.pdf --------------------------------------------------------------------------------