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

Task/framework interface #10

Open
4 tasks
alex404 opened this issue Oct 13, 2024 · 0 comments
Open
4 tasks

Task/framework interface #10

alex404 opened this issue Oct 13, 2024 · 0 comments
Labels
Feature A new capability in the library Major A large issue that may require a signficant commit Refactor Improving code without changing function

Comments

@alex404
Copy link
Contributor

alex404 commented Oct 13, 2024

Big step towards classification/RL unification. Core idea is to create e.g. a Task class that gets selected during configuration.

  • Create Task class.
  • Add e.g. analyze, initialize, train as methods.
  • Reorganize configs into task agnostic and task specific components.
  • Come up with system for expressing task-heads separately from the rest of the (transferable) Brain.
@alex404 alex404 self-assigned this Oct 16, 2024
@alex404 alex404 added Feature A new capability in the library Refactor Improving code without changing function Major A large issue that may require a signficant commit and removed Major A large issue that may require a signficant commit labels Oct 22, 2024
@alex404 alex404 removed their assignment Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new capability in the library Major A large issue that may require a signficant commit Refactor Improving code without changing function
Projects
None yet
Development

No branches or pull requests

1 participant