Closed TD-Jia closed 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.
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: @.***>
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!