Update experimental wrappers (#176)

This commit is contained in:
Mark Towers
2022-12-05 19:14:56 +00:00
committed by GitHub
parent 1a381bcd0d
commit 848b7097bf
39 changed files with 1140 additions and 806 deletions

View File

@@ -21,7 +21,7 @@ IRRELEVANT_KEY = 1
PlayableEnv = partial(
GenericTestEnv,
metadata={"render_modes": ["rgb_array"]},
render_fn=lambda self: np.ones((10, 10, 3)),
render_func=lambda self: np.ones((10, 10, 3)),
)