Dre Tech Tips

Results 11 comments of Dre Tech Tips

Hmmm, I got it to work by turning the shape of the observation_spec boundedarrayspec from (1, len(cube.to_matrix())) to (len(cube.to_matrix())) But now I'm getting the previous issue I had with OpenAI...

It weird because TensorFlow environment automatically generates an observation of however, I've already inputted self._observation_spec = BoundedArraySpec((len(cube.to_matrix()),), dtype=np.int32, minimum=0, maximum=len(cube.matrices) - 1, name='observation') It should only generate a 1D array...

When I remove TFPyEnviroment from the RubricCubeEnv, I get the 1D array, but now I'm back on the original problem.

ValueError: The agent was configured to expect a `sequence_length` of '2'. Value is expected to be shaped `[B, T] + spec.shape` but at least one of the Tensors in `value`...

This could be used as a temporary measure because type definitions have to be reviewed before being updated on DefinitelyTyped. There also no need for one override file, since you...

@RyanCavanaugh you don't have to create an entire copy if you use a stacking mechanism to override the files with the greatest number taking precedence. This would be used to...

After doing some debugging it seems that `AUTH PLAIN` works with the correct username and password. However, using an incorrect username and password does not provide any response.

> Hi, is there a reason you closed this ticket off? The admin notification API does not support links and actions. Only the app notification API supports links and actions....

@xandrus, Were you able to get the passwords -o mfspasswords to work with moosefs-csi? Thanks

@xandrus et. al, I am getting the following error using the 0.9.6-dev moosefs-csi-plugin in Ubuntu Jammy container from my PVC mounted pods using k3s distribution of Kubernetes (v1.26+). ```Events: Type...