mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
4eefea0fe8
For many applications of LLM agents, the environment is real (internet, database, REPL, etc). However, we can also define agents to interact in simulated environments like text-based games. This is an example of how to create a simple agent-environment interaction loop with [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) (formerly [OpenAI Gym](https://github.com/openai/gym)). |
||
---|---|---|
.. | ||
agent_simulations | ||
agents | ||
autonomous_agents | ||
chatbots | ||
code | ||
evaluation | ||
question_answering | ||
agent_simulations.md | ||
apis.md | ||
autonomous_agents.md | ||
chatbots.md | ||
code.md | ||
evaluation.rst | ||
extraction.md | ||
personal_assistants.md | ||
question_answering.md | ||
summarization.md | ||
tabular.md |