From 1f3c3e33e7891cb350562757f29cb32ec647efd0 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Wed, 31 May 2017 12:14:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c9b53..679d0da 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Be sure to check out the source code of [both](baselines/deepq/experiments/train ## If you wish to apply DQN to solve a problem. -Check out our simple agented trained with one stop shop `deepq.learn` function. +Check out our simple agent trained with one stop shop `deepq.learn` function. - `baselines/deepq/experiments/train_cartpole.py` - train a Cartpole agent. - `baselines/deepq/experiments/train_pong.py` - train a Pong agent using convolutional neural networks.