Skip to content

Dashboard

The Canard dashboard is at app.canard.cloud. It provides a web interface for creating runs, monitoring training, and downloading results.

Training Runs List

The main page shows all your training runs in a sortable, filterable list:

  • Search by run name or environment
  • Filter by status: Running, Queued, Completed, Failed
  • Sort by name, status, environment, GPU count, progress, or creation date
  • Click any row to open the run detail page

Run Detail

Each run has a detail page with:

  • Live reward curves — mean reward and episode length over training iterations
  • Training video — rendered episodes recorded during training
  • Action cards — quick links to W&B, TensorBoard, and checkpoints
  • Task list — individual task status and parameters (for sweeps)

Creating Runs

Click New Run to configure and submit from the browser:

  1. Choose an environment (or paste a GitHub repo URL)
  2. Set training parameters (iterations, envs, GPU count)
  3. Optionally configure a hyperparameter sweep
  4. Review the cost estimate
  5. Click Start Training

W&B Integration

If your run has W&B logging enabled, the dashboard shows a direct link to your Weights & Biases project. Live runs show a pulsing "Live" indicator.