Natneal.B
Natneal.B
## Summary Fixes #311 When using Acme distributed experiments with external schedulers like Ray Tune's ASHA scheduler, the scheduler may terminate trials early. However, the Launchpad processes spawned by the...
## Summary Fixes #341 The `MCTSActor._forward()` method previously hard-coded `tf.expand_dims()` directly on the observation, which only works for array-like observations (`np.ndarray`). This prevented using nested structures (dicts, tuples) as observations....
## Summary Fixes #335 The `experiments` submodule was not exposed in `acme/jax/__init__.py`, causing `from acme.jax import experiments` to fail with an `ImportError` when users install Acme via pip. ## Problem...
The quickstart and tutorial notebooks fail to run in Google Colab due to dependency version mismatches with JAX and Chex libraries. This fix pins compatible versions before installing dm-acme: -...
## Summary This PR improves the documentation for `read_raw_nirx` to prevent the common "OSError: Need a directory for fname but found a file..." error that users encounter when passing a...