Skip to content

Conversation

@xuanfeiren
Copy link
Collaborator

In this PR, I added the epsilon net and summarizer features.

  1. Add summarizer.py under priority_search.
  2. Add a regressor template in module_regressor.py. This could be used to create different types of regressors. In this PR, it is used to get the embeddings of candidates.
  3. Add epsNetPS_plus_summarizer.py under priority_search, containing EpsilonNetPS_plus_Summarizer, which is a subclass of PrioritySearch.
  4. Modifty the current PrioritySearch. Move "adding the exploration sample rollouts to ModuleCandidate" before proposing new candidates. Now at the propose step, we have information of exploration candidates.

@xuanfeiren xuanfeiren requested a review from chinganc December 15, 2025 20:26
@allenanie allenanie force-pushed the feature/epsNet_and_summarizer branch from 4dcf1c4 to c7177fd Compare December 27, 2025 15:27
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

Successfully merging this pull request may close these issues.

4 participants