mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 21:07:49 +08:00
Documentation fix.
PiperOrigin-RevId: 341801256
This commit is contained in:
committed by
Diego de Las Casas
parent
138ec089c3
commit
2d3d6cb018
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user