Skip to content

Commit a51c825

Browse files
committed
update docs
1 parent fdbe084 commit a51c825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/environment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Feel free to consult the documentation of the :func:`Environment.reset` function
151151
for more information (this doc might be outdated, the one of the function should
152152
be more up to date with the code).
153153

154-
.. info::
154+
.. note::
155155
In the near future (next few releases) we will also attempt to make the
156156
customization of the `parameters` or the `skip number of steps`, `maximum duration
157157
of the scenarios` also available in `env.reset()` options.

grid2op/Environment/baseEnv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4448,7 +4448,7 @@ def classes_are_in_files(self) -> bool:
44484448
Whether the classes created when this environment has been made are
44494449
store on the hard drive (will return `True`) or not.
44504450
4451-
.. info::
4451+
.. note::
44524452
This will become the default behaviour in future grid2op versions.
44534453
44544454
See :ref:`troubleshoot_pickle` for more information.

0 commit comments

Comments
 (0)