Week 13: Business Models & Economics of AI

How AI companies make money and the investment landscape

Time Estimate: 3-4 hours

Topics Covered

Featured Speaker

BH

Ben Horowitz

Co-founder, Andreessen Horowitz

Learn from industry leaders who are building the future of AI infrastructure and applications.

Video Resources

📹 Video content will be added here by Agent 2

Videos include keynotes, technical talks, and tutorials from industry leaders.

Reading Materials

📚 Reading list will be added here by Agent 3

Research papers, blog posts, and technical documentation.

🛠️ Hands-On Lab

Train an Autonomous Driving Agent

Advanced 4 hours

Objective

Implement imitation learning for autonomous driving in CARLA simulator.

Prerequisites

  • PyTorch proficiency
  • Reinforcement learning basics
  • Python 3.8+
  • Linux recommended for CARLA

Setup Instructions

  1. Install CARLA simulator: https://github.com/carla-simulator/carla
  2. Install Gymnasium: pip install gymnasium
  3. Clone starter: git clone https://github.com/stanford-cs153/carla-lab
  4. Download expert driving demonstrations

Tasks

  1. Set up CARLA environment and collect driving data
  2. Implement behavioral cloning (supervised learning)
  3. Train end-to-end driving model (image → steering/throttle)
  4. Implement DAgger (dataset aggregation)
  5. Compare behavioral cloning vs DAgger performance
  6. Visualize learned policy in CARLA

Resources