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

BF-ML-Systems: Adaptive Systems #611

Closed
6 of 9 tasks
laxmikantbaheti opened this issue Feb 3, 2023 · 1 comment
Closed
6 of 9 tasks

BF-ML-Systems: Adaptive Systems #611

laxmikantbaheti opened this issue Feb 3, 2023 · 1 comment
Assignees
Labels
BF Basic Functions/Infrastructure enhancement New feature or request v1.2.0 Extension Hub

Comments

@laxmikantbaheti
Copy link
Contributor

laxmikantbaheti commented Feb 3, 2023

Design and Implementation of Adaptive Systems
An adaptive system that adapts it's behavior to historic data/real system ("a subsystem in Multisystem").

Task list

To be finalised:
Training is a different aspect, thus following is obsolete

  • Pre-training of AFctStrans
  • Defining the Adaptive Systems:
    - Learns from historic Data
    - Learns from a real counterpart
  • Quality check of the adaptive functions
    • Currently checks the quality and skips adaptation...
    • further strategies for adapt shall be there

Related issues
#...

Cross references
...

@laxmikantbaheti laxmikantbaheti added the enhancement New feature or request label Feb 3, 2023
@laxmikantbaheti laxmikantbaheti self-assigned this Feb 3, 2023
@laxmikantbaheti laxmikantbaheti added the BF Basic Functions/Infrastructure label Feb 3, 2023
@laxmikantbaheti laxmikantbaheti added this to the Sprint 2023/02 milestone Feb 3, 2023
laxmikantbaheti added a commit that referenced this issue Feb 9, 2023
laxmikantbaheti added a commit that referenced this issue Feb 9, 2023
laxmikantbaheti added a commit that referenced this issue Feb 9, 2023
@detlefarend detlefarend added the v1.4.0 v1.4.0 Separation of Wrapper Code label Mar 3, 2023
@laxmikantbaheti
Copy link
Contributor Author

Additionally, I was thinking about two new parameters, on AFctBase:

p_pretrain : boolean
p_pretrain_configuration : a dictionary for all the parameters for the pretraining of the AFct, such as epochs, batch size, etc. In my case a CSV file path, episode size etc.
Then a new method:

pretrain(): that calls one such standard workflow of training an Adaptive function. Which takes data instances, or loads batches from buffered data, or something similar and trains the AFct. This pretrain method works in somewhat similar logic the same as training AFctBase in case of MBRL.

@laxmikantbaheti laxmikantbaheti changed the title BF-Systems: Adaptive Systems BF-ML-Systems: Adaptive Systems Apr 18, 2023
@detlefarend detlefarend added v1.2.0 Extension Hub and removed v1.4.0 v1.4.0 Separation of Wrapper Code labels Sep 22, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BF Basic Functions/Infrastructure enhancement New feature or request v1.2.0 Extension Hub
Projects
None yet
Development

No branches or pull requests

3 participants