List of Wrappers
Overview
Below is a list of commonly used wrappers for observation, action, and rendering. Each wrapper includes a brief description and links to more detailed documentation.
Observation Wrappers
- LLMObservationWrapper
- Transforms observations into a format suitable for language model agents.
Action Wrappers
- ClipWordsActionWrapper
- Limits actions to a specified maximum number of words by truncating longer actions.
- ClipCharactersActionWrapper
- Limits actions to a specified maximum number of characters by truncating longer actions.
Render Wrappers
- SimpleRenderWrapper
- Provides simple visualizations in the terminal window for the environment state.
- PrettyRenderWrapper
- Enhances render output with advanced styling and formatting for polished visualizations, by visualizing in the Chrome browser.