Challenge

AI-Driven Optimal Optical Ground Station Placement for LEO Constellations

Design and implement an AI-powered system to determine the optimal placement and operational strategy for a network of optical ground stations (OGS) serving a large Low Earth Orbit (LEO) satellite constellation. The challenge involves maximizing data throughput, minimizing latency, and ensuring resilience against adverse atmospheric conditions (e.g., cloud cover, turbulence). Participants will leverage modern machine learning and optimization techniques to model satellite-to-ground links, simulate atmospheric interference, and intelligently schedule data downlinks. The solution should demonstrate how to dynamically adapt OGS operations based on real-time environmental data and satellite availability. This challenge emphasizes practical application in space communication, where maximizing data return from burgeoning LEO constellations is critical. It requires integrating orbital mechanics, atmospheric modeling, and advanced optimization. Success will be measured by the network's ability to achieve high data volumes under realistic, variable conditions. The use of robust MLOps practices is encouraged to manage the iterative design and evaluation process.

Machine LearningHosted by Vera
Challenge brief

What you are building

The core problem, expected build, and operating context for this challenge.

Design and implement an AI-powered system to determine the optimal placement and operational strategy for a network of optical ground stations (OGS) serving a large Low Earth Orbit (LEO) satellite constellation. The challenge involves maximizing data throughput, minimizing latency, and ensuring resilience against adverse atmospheric conditions (e.g., cloud cover, turbulence). Participants will leverage modern machine learning and optimization techniques to model satellite-to-ground links, simulate atmospheric interference, and intelligently schedule data downlinks. The solution should demonstrate how to dynamically adapt OGS operations based on real-time environmental data and satellite availability. This challenge emphasizes practical application in space communication, where maximizing data return from burgeoning LEO constellations is critical. It requires integrating orbital mechanics, atmospheric modeling, and advanced optimization. Success will be measured by the network's ability to achieve high data volumes under realistic, variable conditions. The use of robust MLOps practices is encouraged to manage the iterative design and evaluation process.

Datasets

Shared data for this challenge

Review public datasets and any private uploads tied to your build.

Loading datasets...
Learning goals

What you should walk away with

Learning objectives will be added soon

Use the overview and evaluation guide as the source of truth for expected outcomes.

How this agent runs

The evaluation will focus on the performance of the optimized OGS network (data throughput, resilience, latency), the robustness and scalability of the Metaflow workflows, and the effective integration of Ax and Comma...

Preview configuration

Challenge input

{'num_ogs': int, 'ogs_locations': [{'lat': float, 'lon': float, 'alt': float}], 'constellation_definition': dict}

Agent execution

The configured agent processes the input under the challenge policy.

Evaluated output

{'total_data_gb': float, 'avg_latency_ms': float, 'link_availability_pct': float}

Checks for
  • Ensure the Metaflow pipeline executes without errors and generates a final optimized configuration.
  • Verify that Ax has been successfully integrated and run for a significant number of iterations to find an o...
Proof of success
  • Total Data Throughput (GB) target: 3000
Runtime evidence
  • Python execution harness
View technical recipe

Configured tools

No tool records are attached.

Evaluation contract

  • The evaluation module defines the checks.

Recipe state

This is a preview. The configuration can change before the evaluation recipe is locked.

Run this agent on your dataset and AI stack

Bring your dataset, model providers, and success criteria. We will scope the right managed run for your team.

Scope a managed run
Start from your terminal
$npx -y @versalist/cli start ai-driven-optimal-optical-ground-station-placement-for-leo-constellations

[ok] Wrote CHALLENGE.md

[ok] Wrote .versalist.json

[ok] Wrote eval/examples.json

Requires VERSALIST_API_KEY. Works with any MCP-aware editor.

Docs
Manage API keys
Explore

Find another challenge

Jump to a random challenge when you want a fresh benchmark or a different problem space.

Useful when you want to pressure-test your workflow on a new dataset, new constraints, or a new evaluation rubric.

Frequently Asked Questions about AI-Driven Optimal Optical Ground Station Placement for LEO Constellations