README.md
setup.py
llfbench/__init__.py
llfbench.egg-info/PKG-INFO
llfbench.egg-info/SOURCES.txt
llfbench.egg-info/dependency_links.txt
llfbench.egg-info/requires.txt
llfbench.egg-info/top_level.txt
llfbench/agents/__init__.py
llfbench/agents/abstract_agent.py
llfbench/agents/basic_ai_agent.py
llfbench/agents/llm.py
llfbench/agents/user_agent.py
llfbench/agents/utils.py
llfbench/envs/__init__.py
llfbench/envs/env_wrappers.py
llfbench/envs/llf_env.py
llfbench/envs/utils.py
llfbench/envs/alfworld/__init__.py
llfbench/envs/alfworld/alfworld.py
llfbench/envs/alfworld/alfworld_download.py
llfbench/envs/alfworld/prompts.py
llfbench/envs/alfworld/wrapper.py
llfbench/envs/bandits/__init__.py
llfbench/envs/bandits/prompts.py
llfbench/envs/bandits/wrapper.py
llfbench/envs/gridworld/__init__.py
llfbench/envs/gridworld/gridworld.py
llfbench/envs/gridworld/prompts.py
llfbench/envs/gridworld/room.py
llfbench/envs/gridworld/scene.py
llfbench/envs/gridworld/wrapper.py
llfbench/envs/highway/__init__.py
llfbench/envs/highway/prompts.py
llfbench/envs/highway/wrapper.py
llfbench/envs/metaworld/__init__.py
llfbench/envs/metaworld/gains.py
llfbench/envs/metaworld/prompts.py
llfbench/envs/metaworld/wrapper.py
llfbench/envs/optimization/__init__.py
llfbench/envs/optimization/loss_descent.py
llfbench/envs/optimization/prompts.py
llfbench/envs/optimization/wrapper.py
llfbench/envs/poem/__init__.py
llfbench/envs/poem/formal_poems.py
llfbench/envs/poem/prompts.py
llfbench/envs/poem/wrapper.py
llfbench/envs/reco/__init__.py
llfbench/envs/reco/movie_rec.py
llfbench/envs/reco/prompts.py
llfbench/envs/reco/wrapper.py
llfbench/utils/__init__.py
llfbench/utils/parser_utils.py
llfbench/utils/utils.py
tests/test_agents.py
tests/test_envs.py