We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab34392 commit 3085074Copy full SHA for 3085074
brax/envs/__init__.py
@@ -32,12 +32,6 @@
32
from brax.envs import walker2d
33
from brax.envs.base import Env, PipelineEnv, State, Wrapper
34
from brax.envs.wrappers import training
35
-import jax
36
-
37
-# NOTE(dsuo): Opt out of using the new `jax.pmap` implementation. The new
38
-# version is implemented using `jax.jit` and `jax.shard_map` and is causing
39
-# environment reset counts to be wrong.
40
-jax.config.update('jax_pmap_shmap_merge', False)
41
42
_envs = {
43
'ant': ant.Ant,
0 commit comments