Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
autoformat fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard Adolphs committed Aug 2, 2022
1 parent 6fde2bb commit 8b0f318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/director/tasks/safety.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def many_episode_mutation(self, episode: List[Message]) -> List[List[Message]]:


@register_mutator('DIRECTOR_LTR_COPY')
class EDCLeftToRightMutator(ManyEpisodeMutator):
class EDCLeftToRightMutatorCopy(ManyEpisodeMutator):
"""
EDCLeftToRightMutator prepares data for training left to right (LTR) classifier for
Encoder-Decoder Classifier (EDC) model.
Expand Down Expand Up @@ -112,7 +112,7 @@ def many_episode_mutation(self, episode: List[Message]) -> List[List[Message]]:


@register_mutator('DIRECTOR_LTR_EMPTY')
class EDCLeftToRightMutator(ManyEpisodeMutator):
class EDCLeftToRightMutatorEmpty(ManyEpisodeMutator):
"""
EDCLeftToRightMutator prepares data for training left to right (LTR) classifier for
Encoder-Decoder Classifier (EDC) model.
Expand Down

0 comments on commit 8b0f318

Please sign in to comment.