LogoLogo
  • Welcome to Composabl
  • Get Started
  • Reference
    • CLI Reference
    • SDK Reference
    • Glossary
    • Sample Use Cases
  • Tutorials
    • Industrial Mixer
      • Get Started
      • Deep Reinforcement Learning
      • Strategy Pattern
      • Strategy Pattern with a Perception Layer
      • Plan-Execute Pattern
  • Establish a Simulation Environment
    • Simulation Overview
    • Connect a Simulator to Composabl
    • Composabl Simulation API
  • Build Multi-Agent Systems
    • Anatomy of a Multi-Agent System
    • Create a Use Case
    • Set Goals, Constraints, and Success Criteria
    • Create Skill Agents
      • Create Skill Agents
      • Create Skill Agents with Rewards Using the SDK
      • Configure Programmed Algorithms as Skill Agents
      • Configure API Connections to Third-Party Software as Skill Agents
    • Orchestrate Skill Agents
    • Configure Scenarios
    • Add a Perception Layer
      • Create a New Perceptor
      • Configure an ML Model as a Perceptor
      • Configure an LLM Model as a Perceptor
    • Publish Skill Agent Components to the UI
  • Train Agents
    • Submit a Training Job through the UI
    • Analyze Agent System Behavior
      • View Training Session Information
      • Analyze Data in Detail with the Historian
  • Evaluate Performance
    • Set KPI and ROI
    • Analyze Data
  • Deploy Agents
    • Access a Trained Agent System
    • Deploy an Agent System in a Container
    • Deploy an Agent System as an API
    • Connect Runtime Container to Your Operation
    • Connecting to Agent System Runtime and Plotting Results of Agent System Operations
  • clusters
    • Creating a Cluster
      • Manual
      • Automated
      • Azure
    • Connecting a Cluster
  • Troubleshooting
    • Resolving Certificate Issues for Installing the Composabl SDK on WSL
Powered by GitBook
On this page
  • Explore Composabl's Simulators
  • Simulation Help
Export as PDF
  1. Establish a Simulation Environment

Simulation Overview

PreviousPlan-Execute PatternNextConnect a Simulator to Composabl

Last updated 27 days ago

The simulator is the part of the agent system ecosystem that tells you what will happen when you take a certain action. Whether based on historical data, physical principles, and math, or other methods, the simulation environment models the real system and allows your agent systems to train.

Explore Composabl's Simulators

To look under the hood and see how a simulator works, explore Composabl's public Python simulators hosted on Docker Hub.

You can build and train agent systems using these simulations to explore Composabl, educate yourself and your team, and create demonstrations and POCs. These are relatively simple simulations that can train agent systems quickly.

The best way to access these simulations is through the CLI.

To see the options available:

composabl sim list

To connect to one of the simulators:

composabl sim run

Simulation Help

If you have a simulator, this section of the documentation will explain how to connect it to Composabl so that you can use it to train agent systems.

If you don’t have a simulator, you may want to work with a Composabl partner to help you develop and connect one.

for more information about finding a simulation partner.

Contact us