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

Question and suggestion about the structure of the codebase #199

Open
hyeok9855 opened this issue Oct 11, 2024 · 0 comments
Open

Question and suggestion about the structure of the codebase #199

hyeok9855 opened this issue Oct 11, 2024 · 0 comments
Labels
question Further information is requested

Comments

@hyeok9855
Copy link
Collaborator

hyeok9855 commented Oct 11, 2024

I'm not sure, but I believe the goal of this project is to support

  1. Various GFN algorithms, including advanced techniques, e.g., Forward-looking, Local search, or Reward augmentation
  2. Various GFN applications, e.g., Biochemical Sequence designs, Active learning, LLM finetuning, diffusion sampling or diffusion finetuning.

I want to raise the question of the best structure to achieve this.

My rough idea is the following:

  • Abstraction for the key algorithmic components, as we do now.
  • Provide a collection of reproduced code snippets for each application (see model zoo of rl4co as a reference)
    • Is the gym for this purpose?
    • We need to reproduce the results of the original code, and it would be best if we gain some improvement in terms of complexity.

Let's discuss this point together!!

@hyeok9855 hyeok9855 added the question Further information is requested label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant