-
Hello, I have two questions about the `logprob_fn` in `squashed_gaussian`.
1. For a squashed multivariate Gaussian distribution:
![image](https://user-images.githubusercontent.com/23493245/158076…
-
Hello,
I get an error when importing equinox:
```
---------------------------------------------------------------------------
AttributeError Traceback (most recent cal…
SamKG updated
2 years ago
-
Hi,
I found a potential issue when using the TD3-BC agent in offline RL.
The question is about the following line.
https://github.com/deepmind/acme/blob/8fbc176ed4b31f869bc468bbbfbd1258ac8f324f/acm…
-
Hi,
Thanks for the very useful library.
I had some issues using rlax with other most recent version of the DM JAX ecosystem. Specifically, the current release version pins jax
-
Hi! I have questions regarding the implementation for squashed gaussian distribution in distribution.py
1) In https://github.com/deepmind/rlax/blob/b7d1a012f888d1744245732a2bcf15f38bb7511e/rlax/_src/…
-
I encountered this weird problem when I was using `viztracer` to profile [reverb](https://github.com/deepmind/reverb).
My python version is `Python 3.9.12` and OS version is `Ubuntu 20.04.4 LTS`.
…
CWHer updated
2 years ago
-
Following the pip installation instructions from the README I get the following error:
```
ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
dm-acme d…
-
Unlike other team members of the JAX ecosystem, RLax doesn't have documentation. Is there one in progress?
-
pip-compile fails to solve my requirements.in when a solution exists and `pip install` works.
(This seems quite similar to https://github.com/jazzband/pip-tools/issues/1420. I'm not sure if it's th…
-
Installation fails with the following error:
```
> [2021-02-20T17:06:14.776Z] [PID 11852] ERROR: Packages installed from PyPI cannot depend on packages which are not also
> hosted on PyPI.
> dm…