Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Jan 3, 2024
1 parent cf9b156 commit 924e336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/evaluate_existing_episode.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ def run_server(


if __name__ == "__main__":
app()
app()
5 changes: 1 addition & 4 deletions examples/generate_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

import gin
from absl import flags
from experiment_eval import (
_iterate_env_agent_combo_not_in_db,
_iterate_env_agent_combo_storage,
)
from experiment_eval import _iterate_env_agent_combo_not_in_db
from rich import print
from rich.logging import RichHandler
from tqdm import tqdm
Expand Down

0 comments on commit 924e336

Please sign in to comment.