From f25c227bb1e3fda97ee28c1f5614742a8deaef95 Mon Sep 17 00:00:00 2001 From: Arunim <73731876+arunim1@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:58:33 +0100 Subject: [PATCH] Revert "quick test" This reverts commit 7648b162a84dc18e1b98de0d8dbac56cc3a59495. --- pax/envs/infinite_matrix_game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pax/envs/infinite_matrix_game.py b/pax/envs/infinite_matrix_game.py index a3434f53..1d5b5a0d 100644 --- a/pax/envs/infinite_matrix_game.py +++ b/pax/envs/infinite_matrix_game.py @@ -5,7 +5,7 @@ import jax.numpy as jnp from gymnax.environments import environment, spaces -# a little test hooper + @chex.dataclass class EnvState: inner_t: int