Bernat Font
Bernat Font
Hi, I am trying to keep the border (stroke) of my custom background when `doneLoadingAnimation` is called. Instead, I can only select the same color of my custom background but...
To run MPMD I use the classic form: `mpirun -n 4 exe1 : -n 4 exe2 : ...`. I normally split the world communicator into a communicator for each executable...
### Motivation and description Group equivariant CNN (G-CNN) embed rotation invariance or (and) scale invariance on top of translation invariance in CNNs. Some references: - [Group Equivariant Convolutional Networks](https://arxiv.org/abs/1602.07576) -...
Together with @weymouth we are trying to create a kernel that loops over an n-dimensional array and applies a function to each element. While we can certainly achieve to do...
Checking on the `@loop` macro and ways to improve it. Also checking allocations in when using KA.
I have two environments to collect and evaluate trajectories. The `action_tensor_spec` is the following: ``` BoundedTensorSpec(shape=(5,), dtype=tf.float32, name='action', minimum=array(-0.2, dtype=float32), maximum=array(0.2, dtype=float32)) ``` The agent is a `PPOClipAgent` object defined...
Hi! I wanted to ask some questions about the current implementation of parallel environments in this framework. As far as I understand, using [`ParallelPyEnvironment` ](https://www.tensorflow.org/agents/api_docs/python/tf_agents/environments/ParallelPyEnvironment) allows to have several environments...
When using the `tf.compat.v1.train.AdamOptimizer` I can see in the TF metrics that the learning rate is the one I set. However, when using `tf.keras.optimizers.Adam` the metric always displays -1. Could...
# Description Specially in clusters, sometimes the environmental modules needed for the execution of an `Experiment` are incompatible with the modules needed for SmartSim and SmartRedis. It would be useful...
On-the-fly temporal average of mean flow field and second-order statistics to compute turbulence quantities of interest.