Alex Wang

Results 9 issues of Alex Wang

`Ctrl+f` for "??" returns 176 broken references in the supplementary pdf.

Following the settings in `rl_coach/presets/Mujoco_PPO.py` and `rl_coach/presets/ControlSuite_DDPG.py`, I'm creating my own presets to run A3C on ControlSuite with the following preset `ControlSuite_A3C.py` file: ``` from rl_coach.agents.actor_critic_agent import ActorCriticAgentParameters from rl_coach.base_parameters...

priority/p2

Thanks for this great package! Would it be possible to render the sphinx docs on GitHub pages?

I'm trying to integrate a jump discontinuous ODE using an adaptive solver (i.e. discontinuous at a specific timepoint). However, the integration seems to ignore my `step_ts`: ```python import diffrax t0,...

feature

Consider the following code: ```python import jax import jax.numpy as jnp import equinox as eqx from functools import partial class Model(eqx.Module): def f(self): return model = Model() # We get...

question

# 📚 Documentation/Examples ** Is there documentation missing? ** Interval docs says to look at the docs for `gpytorch.module.Module.register_constraint` for usage details: https://github.com/cornellius-gp/gpytorch/blob/14edfeebaa76b23f743ad72b68aa0725bf611ea5/gpytorch/constraints/constraints.py#L15 However, `gpytorch.module.Module.register_constraint` has no docs: https://github.com/cornellius-gp/gpytorch/blob/14edfeebaa76b23f743ad72b68aa0725bf611ea5/gpytorch/module.py#L223 Also...

help wanted
documentation
good first issue

# 🐛 Bug Some of our notebook examples normalize training data with test data. Example: https://github.com/cornellius-gp/gpytorch/blob/master/examples/01_Simple_GP_Regression/Simple_GP_Regression_With_LOVE_Fast_Variances_CUDA.ipynb The train and test data should be both normalized using the statistics from the...

help wanted
documentation
good first issue

I'm unable to run the following `from OpenGL.raw.GL import _errors` on Arch Linux on mesa-18.2.3-1. Every time I try, I get the following error trace: ``` File "", line 1,...

**Describe the bug** I have my leader key set to `Ctrl+a` and each time I press it, I get a window popup ![image](https://user-images.githubusercontent.com/11478740/192076438-d9ac5b46-4a7a-4522-ab0b-abb61165a4d8.png) despite already having set the hot key...

bug