-
Notifications
You must be signed in to change notification settings - Fork 185
Description
I propose adding special handles to the standard for exploring the environment and the data within it. I saw your recent pull request #359 , which supports two modes—simulation and production—but my idea is more related to synthesizing tasks for the environment. Will similar tasks be available in the future? I think many people are eager for your library to be very convenient for synthesizing tasks for agents.
Example:
Enviroment have interfaces for prod and simulation and one more for synthetic. Synthetic mode can allow viewing the environment from the perspective of the agent constructing the task. For example, there's an environment that stores data tables. To construct good training tasks, access to the database is required to obtain anchor values.
I'd be happy to discuss it.