Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended bin pack environment. #239

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

rsjeffers
Copy link

This bin pack environment is based on the original bin pack environment with some added extensions:

  • Items can be rotated (and constraints on allowed rotations can be applied)
  • Full support constraints can be applied
  • A value feature can be added to items to allow for optimising for maximising the packed "value" of an items instead their volume (eg. you may have a very large item of low value that is blocking higher value items from being packed if optimisation is made based on volume)
  • A generator for this extended bin pack environment is also provided.

These developments were made as part of Fares Chouaki's internship in 2023. We would like to extend this environment even further (eg. allow for packing multiple containers) in order to compare end to end RL to column generation methods - this was a critique we obtained when submitting the work for publication, as we are only able to sequentially pack containers with the current code, which is not end to end RL).

rsjeffers and others added 5 commits April 23, 2024 12:04
Co-authored-by: Rebecca Jeffers <r.jeffers@instadeep.com>
Co-authored-by: fares_chouaki <f.chouaki@instadeep.com>
Co-authored-by: Rebecca Jeffers <r.jeffers@instadeep.com>
Co-authored-by: fares_chouaki <f.chouaki@instadeep.com>
Co-authored-by: Rebecca Jeffers <r.jeffers@instadeep.com>
…s and instances where items can be rotated. (#8)

Co-authored-by: fares_chouaki <f.chouaki@instadeep.com>
Co-authored-by: Rebecca Jeffers <r.jeffers@instadeep.com>
…in pack environment (#9)

Co-authored-by: fares_chouaki <f.chouaki@instadeep.com>
Co-authored-by: Rebecca Jeffers <r.jeffers@instadeep.com>
@CLAassistant
Copy link

CLAassistant commented Apr 23, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants