Replies: 1 comment
-
Hi @rhythmcao , thank you for your interest! If you are developing an agent, the if you are developing a new task, implementing this method is optional. It gives you the possibility to clean things up once the agent is done interacting with the environment (e.g., deleting temporary data). it you not be relied upon too much though, as if your program terminates in the middle of an episode (agent or environment failure) there is no guarantee this method will be called at all. Hope this helps |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for providing this wonderful benchmark and environment.
Our team are developing based on the BrowserGym environment (trying to wrap over the
BrowserEnv
class). I wonder what theteardown
function actually do for each task type. Is there any problem if we do not call this function after a series actions (w/ or w/o invoking thevalidate
function)? It seems it will influence the history on cloud ServiceNow DB records.Beta Was this translation helpful? Give feedback.
All reactions