Getting Started
Composabl supports x86_64, aarch64 (ARM) for Linux and Apple Silicon (M1+) hardware. On Windows, you can use the Windows Subsystem for Linux (WSL) environment to get started.
For more information on how to set-up these environments, we recommend you to read our environment setup guides or set-up an online environment with one click!
Installing the SDK
bash
pip install -U composabl
Running an Example (CSTR)
Once the Composabl SDK has been installed, you can simply download and test out one of our examples:
bash
# Accept our EULA (more info: https://composabl.com/legal/sdk-beta-agreement)
export COMPOSABL_EULA_AGREED=1
# Set the License (Get one at https://www.composabl.com/ - Get Started)
export COMPOSABL_LICENSE="YOUR_LICENSE"
# Run the CSTR Example
git clone git@github.com:Composabl/examples.composabl.io.git
cd examples.composabl.io/agents/cstr/deep_reinforcement_learning
python agent.py
Learn to create your first Agent
You are now set to become a master Machine Teaching engineer! Learn more on Machine Teaching and how to create your own autonomous agents in our Academy.