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

Online learning or Offline learning #7

Closed
TD-Jia opened this issue Apr 8, 2022 · 2 comments
Closed

Online learning or Offline learning #7

TD-Jia opened this issue Apr 8, 2022 · 2 comments

Comments

@TD-Jia
Copy link

TD-Jia commented Apr 8, 2022

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
Copy link
Owner

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
Copy link
Author

TD-Jia commented Apr 10, 2022 via email

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

No branches or pull requests

2 participants