Functionsetup(
platform=None,
compute_dtype=jnp.bfloat16,
debug=False,
jit=True,
prealloc=False,
mo
embodied/jax/internal.py:15
Methodtest_restore_chunks_workers(
self, tmpdir, Replay, workers, length, capacity, chunksize)
embodied/tests/test_replay.py:252
Methodtest_threading(
self, tmpdir, Replay, length=5, capacity=128, chunksize=32,
adders=8, samplers=4)
embodied/tests/test_replay.py:307
Functiontrain_eval(
make_agent,
make_replay_train,
make_replay_eval,
make_env_train,
make_env_eval,
make
embodied/run/train_eval.py:9