Skip to content

Commit

Permalink
chore: clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaiejj committed Oct 9, 2023
1 parent 6d47c4d commit 29a23f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions omnisafe/adapter/simmer_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ def reset(
Additionally, the safety observation will be reset. And the safety budget will be reset
to the value of current ``rel_safety_budget``.
Args:
seed (int, optional): The random seed. Defaults to None.
options (dict[str, Any], optional): The options for the environment. Defaults to None.
Returns:
observation: The initial observation of the space.
info: Some information logged by the environment.
Expand Down

0 comments on commit 29a23f7

Please sign in to comment.