From d0efbec03a78f83cbc74079bf9e9d33fc34ea5ae Mon Sep 17 00:00:00 2001 From: Josh Abramson Date: Mon, 10 Feb 2020 15:31:27 +0000 Subject: [PATCH] Fix file name in README for gamma=1 images. PiperOrigin-RevId: 294215051 --- tvt/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tvt/README.md b/tvt/README.md index c8b8fca..7288279 100644 --- a/tvt/README.md +++ b/tvt/README.md @@ -145,7 +145,7 @@ low performance.
For 10 replicas without TVT and with gamma equal to 1, performance of the RMA agent without TVT is improved, but is unstable and never consistently goes above 6.
-# ![No_TVT_ktd_gamma1](images/ktd_no_tvt_gamma1.png) +# ![No_TVT_ktd_gamma1](images/ktd_notvt_gamma1.png) ### Active-visual-match Across 10 replicas, we found that the TVT agents get to a score of 10, @@ -162,7 +162,7 @@ For 10 replicas wihtout TVT and with gamma equal to 1, performance of the RMA agent without TVT is considerably worse, suggesting the behavior learnt from later phases does not result in undirected exploration in the first phase. -# ![No_TVT_vm_gamma_1](images/avm_no_tvt_gamma1.png) +# ![No_TVT_vm_gamma_1](images/avm_notvt_gamma1.png) ## Citing this work