From 5dc00628fe82d5d5d5dec195ea7163170fba9b6f Mon Sep 17 00:00:00 2001 From: Jonas Schneider Date: Thu, 20 Jul 2017 09:00:24 -0700 Subject: [PATCH] readme fiddling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9fde25..1ac27ae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# BASELINES +# Baselines -We're releasing OpenAI Baselines, a set of high-quality implementations of reinforcement learning algorithms. +OpenAI Baselines is a set of high-quality implementations of reinforcement learning algorithms. These algorithms will make it easier for the research community to replicate, refine, and identify new ideas, and will create good baselines to build research on top of. Our DQN implementation and its variants are roughly on par with the scores in published papers. We expect they will be used as a base around which new ideas can be added, and as a tool for comparing a new approach against existing ones.