Python Interface
(observation, done, success).
TypeScript Interface
Practical Rules
- Store the goal in
reset. - Keep observation text actionable.
- Terminate episodes via
done. - Set
successonly on true goal completion.
Reference Implementations
- Python file environment:
examples/file_api_env.py - Python coding environment:
examples/harbor_coding_agent.py - TypeScript demos:
icrl-ts/examples/*.ts

