Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed May 26, 2024
1 parent 01b6291 commit 4be892d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/redis_stats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
"from sotopia.samplers import ConstraintBasedSampler\n",
"from sotopia.messages import AgentAction, Observation\n",
"from sotopia.agents import LLMAgent\n",
"import json\n",
"# In this example, we will demonstrate using the EnvironmentList class to sample a list of EnvAgentComboStorage and serialize it to a json file that can be used for sharing with others for benchmarking purposes.\n",
"\n",
"\n",
Expand Down Expand Up @@ -377,7 +378,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4be892d

Please sign in to comment.