Wilka Carvalho

Results 8 issues of Wilka Carvalho

Hello, I currently make videos of agent trajectories using the event frames. However, that's much choppier than the renderer which shows smooth transitions (e.g. when things close). Is it possible...

Video Controller

### Discussed in https://github.com/google/jax/discussions/9413 Originally posted by **wcarvalho** February 2, 2022 Hello, first, thanks for the great tool. I have a question about doing vmap over a list of haiku...

From the documentation, it's not clear when each is a better choice? Should I use static if the number of time-steps is fixed in my batches? If so, will this...

I see the examples have [MuZero for discrete control tasks](https://github.com/deepmind/acme/blob/31528f87711c1c94b3d99b5a21f347424759e29e/examples/baselines/rl_discrete/run_muzero.py). But this doesn't seem to have been released yet. Any idea on when it will be?

This library is a dependency for another library I want to use. I am curious if I can install this library to strictly use CPU. If so, do I simply...

Hello, is there a way to get all nodes to stop when one node gets an exception?

What is ``` self.label = tf.placeholder( dtype=tf.float32, shape=[self.batch_size, self.c_max_len, self.c_max_len], name="label" ) ``` I'm a bit confused as to why the dimensions are context_length by context_length. A bit of context...

I want to have python functions which respond to different key presses. I'm trying to add an event listener but I can't figure out how to route it to a...