Metadata-Version: 2.1
Name: packsim
Version: 0.0.2
Summary: A set of bin packing visualization simulation environment code, which can visualize the entire bin packing process, making it convenient for others to train or test
Author: wzf
Author-email: wzf <wangzhoufeng7346@gmail.com>
License: MIT
Project-URL: Home Page, https://example.com
Project-URL: DOCUMENTATION, https://readthedocs.org
Project-URL: Repository, https://upstream.example.com/me/spam.git
Project-URL: GitHub, https://github.com/example/spam
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Description
A set of bin packing visualization simulation environment code, which can visualize the entire bin packing process, making it convenient for others to train or test

# How to use?
from packsim import simulate

# Default use
simulate()

# Customize use
simulate({ 'setting': 1, 'data': 'occupancy', 'test_data_config': 0, 'gui': 1, 'config': '/rl/pypi/default.yaml', 'action_path': '/rl/pypi/action.json', 'planning_time_path': '/rl/pypi/planning_time.json', 'save_path': '/rl/pypi'})

