Skip to content

Commit

Permalink
adding AgentInfo to __init__ for convenience (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC authored Oct 3, 2024
1 parent 6eafa86 commit f8459b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browsergym/experiments/src/browsergym/experiments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .agent import Agent
from .loop import EnvArgs, AbstractAgentArgs, ExpArgs, get_exp_result
from .agent import Agent, AgentInfo
from .loop import AbstractAgentArgs, EnvArgs, ExpArgs, get_exp_result

0 comments on commit f8459b9

Please sign in to comment.