alexfrom0815 / Online-3D-BPP-PCT

Code implementation of "Learning Efficient Online 3D Bin Packing on Packing Configuration Trees". We propose to enhance the practical applicability of online 3D Bin Packing Problem (BPP) via learning on a hierarchical packing configuration tree which makes the deep reinforcement learning (DRL) model easy to deal with practical constraints and well-performing even with continuous solution space.
247 stars 45 forks source link

Online learning or Offline learning #7

Closed TD-Jia closed 2 years ago

TD-Jia commented 2 years ago

Hello,I have a question about whether this project is online or offline learning: as far as I understand, online learning is usually input one piece of data at a time (not one batch) , directly update the weights after training.While offline learning, similar to batch learning, updates the weights after a batch of training.Can we input one data for training at a time in the training of this project?

Thank you in advance for your reply, and best wishes to you!

alexfrom0815 commented 2 years ago

By your definition, this project is for offline learning because the data for each training is randomly generated. You can modify binCreator.py so that the agent encounters the same problem every time for online learning needs.

TD-Jia commented 2 years ago

Thank you very much for your reply.Best wishes to you!

---Original--- From: @.> Date: Sat, Apr 9, 2022 08:52 AM To: @.>; Cc: @.**@.>; Subject: Re: [alexfrom0815/Online-3D-BPP-PCT] Online learning or Offlinelearning (Issue #7)

By your definition, this project is for offline learning because the data for each training is randomly generated. You can modify binCreator.py so that the agent encounters the same problem every time for online learning needs.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>