Giter VIP home page Giter VIP logo

Comments (3)

alex-ams avatar alex-ams commented on June 27, 2024

Hello,

In evaluation.py, we get eval_ens.space.boxes and we display the list after running the evaluation function. But I notice that one item in this list is not present in the item list given to evaluate the model.
Can you help me with this also?

Thanks in advance

from online-3d-bpp-drl.

alexfrom0815 avatar alexfrom0815 commented on June 27, 2024

Hello,

I'm studying the 3D Bin packing with this repository: [https://github.com/alexfrom0815/Online-3D-BPP-DRL]. I have some troubles with the evaluation.py file. I'm using my own data by generating a ".pt" but I don't know how to retrieve the number of used containers and the number of items packed in each one. Could you please help with this?

Thanks in advance

Hello! In our problem, we assume that only one container is used for loading online items. When the container is full, it will be reset and another packing episode starts. You can print 'self.boxes' in 'envs/bpp0/space.py' for reading information of the packed items.

from online-3d-bpp-drl.

alexfrom0815 avatar alexfrom0815 commented on June 27, 2024

Hello,

In evaluation.py, we get eval_ens.space.boxes and we display the list after running the evaluation function. But I notice that one item in this list is not present in the item list given to evaluate the model. Can you help me with this also?

Thanks in advance

‘eval_ens.space.boxes’ records all the boxes that were successfully loaded into the container. For the online packing problem, when a box that cannot be placed is encountered, the round ends. That is, the last box of each packing round will not be recorded in 'eval_ens.space.boxes'.

from online-3d-bpp-drl.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.