{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "Copyright (c) Microsoft Corporation. All rights reserved.\n", "\n", "Licensed under the MIT License." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Azure ML Reinforcement Learning Sample - Pong problem\n", "Azure ML Reinforcement Learning (Azure ML RL) is a managed service for running distributed RL (reinforcement learning) simulation and training using the Ray framework.\n", "This example uses Ray RLlib to train a Pong playing agent on a multi-node cluster.\n", "\n", "## Pong problem\n", "[Pong](https://en.wikipedia.org/wiki/Pong) is a two-dimensional sports game that simulates table tennis. The player controls an in-game paddle by moving it vertically across the left or right side of the screen. They can compete against another player controlling a second paddle on the opposing side. Players use the paddles to hit a ball back and forth." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
![]() | \n",
"
|---|
| Fig 1. Pong game animation (from towardsdatascience.com). | \n", "