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

add functionality for storing prompts and responses in CSV #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

harpomaxx
Copy link
Collaborator

Description

Adapt mari's code for saving prompts into the refactored LLM_QA. A new CSV file is created with , all the states, the prompts from STAGE 2 of the LLM_QA, the results and some code for ranking the action in the environment.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Just run the agent in the scenario_small and confirm the prompts are correctly saved.

Checklist:

  • [X ] My code follows the style guidelines of this project (Hope so)
  • [X ] I have performed a self-review of my code
  • [X ] I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

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.

1 participant