From 4d58fb181d44bc59038c63432f8c88ad71e0b211 Mon Sep 17 00:00:00 2001 From: Costa Huang Date: Wed, 22 Feb 2023 12:04:44 -0500 Subject: [PATCH] Add acknowledgement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5ae147f..a322696 100644 --- a/README.md +++ b/README.md @@ -141,3 +141,7 @@ To improve efficiency of Cleanba, we uses JAX and EnvPool, both of which are des [Espeholt et al., 2018](https://arxiv.org/abs/1802.01561) did not disclose the hardware usage and runtime for the Atari experiments. We did our best to recover its runtime by interpolating the results from the [R2D2 paper](https://openreview.net/pdf?id=r1lyTjAqYX) and found IMPALA (deep) takes ~2 hours. ![](static/r2d2_impala.png) + +## Acknowledgements + +We thank [Stability AI's HPC](https://github.com/Stability-AI/stability-hpc) for generously providing the computational resources for this project.