Christopher Yeh
Christopher Yeh
### Summary Macros such as `$\newcommand{\ra}{\rightarrow}$` are not persisting between math blocks. ### Steps to reproduce 1. Install the latest version of VSCode (1.58). 2. Disable VSCode's built-in markdown math...
VAE formulation has prior p(z) = N(z | mu=0, std=1)
Fix self.win_mu to properly show mus (instead of vars).
The current implementation of the `ParallelPettingZooEnv` wrapper is quite restrictive, as it requires all agents to have the same observation space and action space. https://github.com/ray-project/ray/blob/4371946f55ee405b14105ed21084fa86077ca8a1/rllib/env/wrappers/pettingzoo_env.py#L186 Can `ParallelPettingZooEnv` be modified to...
### Issue type Bug ### Have you reproduced the bug with TensorFlow Nightly? No ### Source binary ### TensorFlow version tf 2.15 ### Custom code Yes ### OS platform and...
Does CVXPY have any plans to let `cp.Expression` support the new Python Array API? https://data-apis.org/array-api/ Related: #2237 #2238
Update MultivariateNormal to better match torch.distributions.MultivariateNormal Also, add typing annotation that allows `loc` to be a LinearOperator
Fix typo
Fix code example in likelihood `__call__` function docstring to actually match desired output. Also corrected other typos, such as: - "foward" -> "forward" - "likehoods" -> "likelihoods"