CLI Reference
Install the Composabl CLI Below, you can find the commands available in the Composabl CLI.
Login
Command | Description |
---|---|
| Login to the Composabl platform |
Agent
Command | Description |
---|---|
| Train the agent based on the JSON Structure provided |
| Visualize the agent structure |
Sim (composabl sim
)
composabl sim
)Command | Description |
---|---|
| Create a new sim template. This will create the boilerplate required to submit a sim |
| Validates the simulator at the given path |
| Validates the simulator at the given path |
| Validates the simulator running at the given address |
| Run the sim created through the command above locally (useful for development) |
| List the running sims |
| Stop the running sim |
| Stop all the running sim |
| Based on the address or image, get the mappings for a Sim its observation and action space |
Perceptor (composabl perceptor
)
composabl perceptor
)Command | Description |
---|---|
| Create a new perceptor template. This will create the boilerplate required to submit a perceptor |
| Publish the perceptor to the NoCode app |
Skill (composabl skill
)
composabl skill
)Command | Description |
---|---|
| Create a new skill template. This will create the boilerplate required to submit a skill |
| Publish the skill to the NoCode app |
Selector (composabl selector
)
composabl selector
)Command | Description |
---|---|
| Create a new selector template. This will create the boilerplate required to submit a selector |
| Publish the selector to the NoCode app |
Job (composabl job
)
composabl job
)Command | Description |
---|---|
| List the running jobs |
| Stop the running job |
| Submit a job for training |
Last updated