Documentation fix.

PiperOrigin-RevId: 341801256
This commit is contained in:
Alvaro Sanchez-Gonzalez
2020-11-11 12:01:52 +00:00
committed by Diego de Las Casas
parent 138ec089c3
commit 2d3d6cb018
+2 -2
View File
@@ -98,8 +98,8 @@ class LearnedSimulator(snt.AbstractModule):
If None, we assume all particles are the same type.
Returns:
updated_position_sequence with shape [num_particles_in_batch,
num_dimensions] for one step into the future from the input sequence.
Next position with shape [num_particles_in_batch, num_dimensions] for one
step into the future from the input sequence.
"""
input_graphs_tuple = self._encoder_preprocessor(
position_sequence, n_particles_per_example, global_context,