Skip to content

Commit 0e40afd

Browse files
committed
fix docstring
1 parent cb30f2a commit 0e40afd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/base_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def request_game_reset(self, request_trajectory=False, randomize_topology=False)
167167
Requests a game reset from the server. Optionally requests a trajectory and/or topology randomization.
168168
Args:
169169
request_trajectory (bool): If True, requests the server to provide a trajectory of the last episode.
170-
randomize_topology (bool): If True, requests the server to randomize the network topology.
170+
randomize_topology (bool): If True, requests the server to randomize the network topology for the next episode.
171171
Returns:
172172
Observation: The initial observation after the reset if successful, None otherwise.
173173
"""

0 commit comments

Comments
 (0)