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

Refact: Change parent of bf.systems.System/MultiSystem from Task/Workflow to StreamTask/StreamWorkflow #1054

Closed
1 of 9 tasks
detlefarend opened this issue Sep 2, 2024 · 1 comment
Assignees
Labels
BF Basic Functions/Infrastructure OA Online adaptivitiy quality Quality assurance refactoring Restructuring, renaming, simplification, understandability, ...

Comments

@detlefarend
Copy link
Member

detlefarend commented Sep 2, 2024

Motivation
Systems are no standalone objects. They interact with their surroundings in a control loop. Lifting systems to the level of bf.streams enables a streamlined data exchange and use in combination with existing stream tasks.

Benefit
Better integration into the upcoming sub-framework bf.control. Furthermore, a better refactoring/redesign of MLPro-RL/GT.

Are the proposed changes backward compatible?

  • Yes
  • No

Related development objects

  • bf.systems.System
  • bf.systems.MultiSystem
  • bf.ml.systems.ASystem
  • oa.systems.System
  • oa.systems.MultiSystem
  • MLPro-Int-Gymnasium
  • MLPro-Int-PettingZoo

Related issues
#1046 #1052 #1047

@detlefarend detlefarend added quality Quality assurance refactoring Restructuring, renaming, simplification, understandability, ... OA Online adaptivitiy BF Basic Functions/Infrastructure next release labels Sep 2, 2024
@detlefarend detlefarend self-assigned this Sep 2, 2024
@detlefarend detlefarend linked a pull request Sep 2, 2024 that will close this issue
@detlefarend
Copy link
Member Author

We decided not to do this to keep all internal implementations of System/MultiSystem/SystemShared untouched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BF Basic Functions/Infrastructure OA Online adaptivitiy quality Quality assurance refactoring Restructuring, renaming, simplification, understandability, ...
Projects
None yet
Development

No branches or pull requests

2 participants