From 5dcaa532d40cf3005febab72917a15fb048f51ef Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Mon, 18 Nov 2024 15:28:46 +0000 Subject: [PATCH] Update (base update) [ghstack-poisoned] --- sota-implementations/a2c/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sota-implementations/a2c/README.md b/sota-implementations/a2c/README.md index b3c651b7d4e..63833001f04 100644 --- a/sota-implementations/a2c/README.md +++ b/sota-implementations/a2c/README.md @@ -33,7 +33,7 @@ python a2c_mujoco.py compile.compile=1 compile.cudagraphs=1 Runtimes when executed on H100: -| Environment | Eager | Compile | Compile+cudagraphs | -|-------------|-------|---------|--------------------| -| MUJOCO | | | | -| ATARI | | 60 mins | 43 mins | +| Environment | Eager | Compile | Compile+cudagraphs | +|-------------|---------|---------|--------------------| +| MUJOCO | | | | +| ATARI | 80 mins | 60 mins | 43 mins |