Home

Module Combination Map

See how different modules work together across environments

Environment
MiniGrid
DoorKey-5x5
Perception
MiniGrid (basic)
Reasoning
Simple
(no LLM)
Memory
None
Reflection
None

Generated Agent Code

Copy this script into your local clone of the framework

How to run locally

1
Clone the framework
git clone https://github.com/SimworldAgentFactory/embodied-agent-framework.git cd embodied-agent-framework
2
Install dependencies
pip install -e . pip install -r requirements.txt
3
Set your API key (if using LLM reasoning)
export OPENAI_API_KEY=sk-...
4
Save the generated code & run
python my_agent.py