From acc7901734ba5dbe6f31e1d419b27a8c75ef7a5e Mon Sep 17 00:00:00 2001 From: wassname Date: Sun, 24 Jun 2018 13:06:07 +0800 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3eccf86..51b25aa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # retro-baselines -This is a set of baseline algorithms for the [Retro Contest](https://github.com/openai/retro-contest). +Applying the [RUDDER paper](https://arxiv.org/abs/1806.07857) to sonic. -Also see [sonic-on-ray](https://github.com/openai/sonic-on-ray), which uses [Ray](https://github.com/ray-project/ray), a library for distributed execution. \ No newline at end of file +[retro-baselines](https://github.com/openai/retro-baselines) modified to use the baselines_rudder repo.