From 1d6977b2b85a108b6b1c4d0beafefac2a6068342 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Mon, 1 Aug 2016 18:29:04 -0700 Subject: [PATCH] add Pong example to README (#337) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d763a4f4..e3d50729e 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,5 @@ estimate of pi (waiting until the computation has finished if necessary). - [Hyperparameter Optimization](examples/hyperopt/README.md) - [Batch L-BFGS](examples/lbfgs/README.md) -- [Train AlexNet](examples/alexnet/README.md) +- [Learning to Play Pong](examples/rl_pong/README.md) +- [Training AlexNet](examples/alexnet/README.md)