Skip to content

Once the Composabl SDK has been installed, you are all set to start creating your first agent. In this guide, we will walk you through the process of training an example agent using the Composabl SDK.

Training a Stirring Tank Reactor Agent

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