From 07f98d41f2dddeddfde44ceb0703c4f13f28e340 Mon Sep 17 00:00:00 2001 From: Kevin Frans Date: Tue, 27 Sep 2016 21:28:50 -0700 Subject: [PATCH] speedup --- _requests_for_research/parallel-trpo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requests_for_research/parallel-trpo.html b/_requests_for_research/parallel-trpo.html index 247c739..2a00825 100644 --- a/_requests_for_research/parallel-trpo.html +++ b/_requests_for_research/parallel-trpo.html @@ -29,4 +29,4 @@

Notes

Solutions

-

Preliminary paper describing TRPO with parallel actors here , with the implementation avaiable at this repo. +

Preliminary paper describing TRPO with parallel actors here , with the implementation avaiable at this repo. Current results are a 3x speedup with when using 4 cores.