Alexander Van de Kleut

Results 6 issues of Alexander Van de Kleut

I turned night mode on since I was using a dark theme. However, when unchecking the night mode option, PDFs remain in dark mode. I tried uninstalling and reinstalling pdf-view,...

You derive the likelihood, then say that the resulting distribution is Ga(theta | N+1, lam+sum(x_i)) but plugging that into the definition given for the Gamma distribution in the textbook gives...

I want to compare a new approach to Skew-Fit and RIG. Many figures plot 'distance to goal' and 'success rate'. Is the code for generating these plots separate from rlkit?...

The mocap for the hand doesn't line up with the actual position of the hand. Thus, if we do something like ```python env = gym.make(some_sawyer_env_id) obs_dict = env.reset() print(obs_dict['state_achieved_goal') obs_dict,...

In `generate_uncorrected_env_goals`, the `return` block needs to be unindented by one level or it doesn't return anything when `fix_goals == True`.

Is it possible to disable the progress bar? I'd like to watch the stabilization process starting from the beginning.