iclbench.environments.crafter package
Submodules
iclbench.environments.crafter.env module
- class iclbench.environments.crafter.env.CrafterLanguageWrapper(env, task='', max_episode_steps=2)[source]
Bases:
Wrapper- __init__(env, task='', max_episode_steps=2)[source]
Wraps an environment to allow a modular transformation of the
step()andreset()methods.- Parameters:
env – The environment to wrap
- default_iter = 10
- default_steps = 10000