Skip to content

Let's Jam

This is a simulation which trains how to transfer your strategies into code by modelling traffic flow in simple route networks where traffic flows from left to right.

We follow a template to first implement strategies that work at all for individual maps using car_drive, car_turn, and traffic_light. In a second step, we employ run_strategy_on_all_maps to evaluate a strategy on all maps. The goal is to minimize time_to_completion.

Tutorial

Some very simple levels to get into the spirit.

MainStreet

alt text

No Escape

alt text

Highway

alt text

Baby Steps

alt text

Game

Actual maps where strategy might matter.

Small Town

alt text

Less is More

alt text

Capacity

alt text

Detour

alt text

Multipass

alt text

London

alt text