Interface
StepResult
reset returns the initial observation. step executes an action and returns the result. The environment should store the goal internally for success determination in step.Required environment interface for TypeScript
reset returns the initial observation. step executes an action and returns the result. The environment should store the goal internally for success determination in step.