Carlos Martin

Results 43 comments of Carlos Martin

@cgarciae Hmm, is there any reason `ConvLSTM` can't infer `features` from its inputs, like the other recurrent modules? I submitted a PR to address that [here](https://github.com/google/flax/pull/3862).

@gjoliver Thanks. Are there any plans to add such support in the near future?

@bmondal94 Thanks. The labels are still incorrectly positioned after panning/zooming. They should be positioned at the vertices of the triangle, but appear to be fixed to the UI layer.

@MiladInk This might be of interest: https://github.com/google/flax/issues/2858.

I second @choldgraf's comment and also request making `NO_CONVERT` the default. In my opinion, good defaults are meant to make code cleaner and more concise under the most common use...

@ChanchalKumarMaji 4 years later, both of those PRs are still open.

@das7pad This is an essential feature that has been highly requested for almost a decade. Are there any plans to add it?

@George-Ogden What's the status of this PR? Anything I could help with?

I guess @clement-bonnet or @sash-a needs to approve it?

Are you thinking of something along the lines of [`State`](https://github.com/instadeepai/jumanji/blob/main/jumanji/env.py#L27)`.observation` or [`Environment`](https://github.com/instadeepai/jumanji/blob/main/jumanji/env.py#L36)`.observe(state)`? I personally lean toward the latter, since it keeps `State` objects free of any constraints. (Related: #211.)