From 8ee9e46083a3f888994c26fe7627badb97e556f1 Mon Sep 17 00:00:00 2001
From: Itai Caspi <30383381+itaicaspi-intel@users.noreply.github.com>
Date: Thu, 9 Nov 2017 08:58:52 +0200
Subject: [PATCH] fixing some typos in the benchmarks README
---
benchmarks/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/README.md b/benchmarks/README.md
index 031cb4c..d96c660 100644
--- a/benchmarks/README.md
+++ b/benchmarks/README.md
@@ -3,7 +3,7 @@
The following figures are training curves of some of the presets available through Coach.
The X axis in all the figures is the total steps (for multi-threaded runs, this is the accumulated number of steps over all the workers).
The Y axis in all the figures is the average episode reward with an averaging window of 11 episodes.
-These are the result you can expect to get when running the pre-defined presets in Coach.
+These are the results you can expect to get when running the pre-defined presets in Coach.
## A3C
@@ -102,7 +102,7 @@ python3 coach.py -p Doom_Basic_Dueling_DDQN -r
python3 coach.py -p Doom_Health_DFP -r
```
-
+
## MMC