This commit is contained in:
Alexander Myasoedov
2025-03-18 17:40:23 +02:00
parent bf5f7a7dff
commit da63270142
4 changed files with 12 additions and 8 deletions
@@ -121,7 +121,8 @@ class CloudRLPromptSelector(PromptSelectionInterface):
current_prompt: str,
reward: float,
passed_guard: bool,
) -> None: ...
) -> None:
...
class QLearningPromptSelector(PromptSelectionInterface):