From 82cee4746f67699ef8a47f3fa2843e7f67bf42cb Mon Sep 17 00:00:00 2001 From: Denis Yarats Date: Sat, 12 Oct 2019 14:23:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cca205e..3514924 100644 --- a/README.md +++ b/README.md @@ -64,4 +64,4 @@ which just tells the expected reward `ER` evaluating current policy after `S` st Our method demonstrates significantly improved performance over the baseline SAC:pixel. It matches the state-of-the-art performance of model-based algorithms, such as PlaNet (Hafner et al., 2018) and SLAC (Lee et al., 2019), as well as a model-free algorithm D4PG (Barth-Maron et al., 2018), that also learns from raw images. Our algorithm exhibits stable learning across ten random seeds and is extremely easy to implement. -![Results](https://lh5.googleusercontent.com/Q2sYkdKmNa7qgUX-XaH3i2Nl2b-YtcAnjTXfi46Abp_F2L2IgAelgEp6iqbK6RaJI0xt886yJM_92G5E9osCIQK_QgGnJntn41CdsxCHC76wjSxIZGM=w1175) +![Results](results/graph.png)