moonmoondog

Results 4 issues of moonmoondog

I am trying to generate an RSI series from an array (also tried pandas series) of close data. (Length > 10000) But when I slice the numpy array into a...

Trying to sample from a mixture multivariate normal distribution using reparameterization trick, however errors return. ``` import tensorflow_probability as tfp tfd = tfp.distributions gm = tfd.MixtureSameFamily( mixture_distribution=tfd.Categorical( probs=[0.3, 0.7]), components_distribution=tfd.MultivariateNormalDiag(...

``` import gym env = gym.make('ALE/Assault-v5', render_mode='human') state, info = env.reset() for i in range(50): env.step(1) env.reset() env.close() ``` When the code above get executed, the rendering is normal. However,...

Following the Readme file, I failed the first step to add < rangeSlider:RangeSliderStyle /> into the . That is not recognized as a valid style axaml style file. Tried to...