Skip to content

Commit 4872e32

Browse files
committed
fix readme on github
Signed-off-by: Benjamin Donnot <[email protected]>
1 parent 31ae923 commit 4872e32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Its main features are:
115115
* can adopt any powergrid modeling, especially Alternating Current (AC) and Direct Current (DC) approximation to
116116
when performing the compitations
117117
* supports changes of powerflow solvers, actions, observations to better suit any need in performing power system operations modeling
118-
* has an RL-focused interface, compatible with [OpenAI-gym](https://gym.openai.com/): same interface for the
118+
* has an RL-focused interface, compatible with [gymnasium](https://gymnasium.farama.org/index.html): same interface for the
119119
Environment class.
120120
* parameters, game rules or type of actions are perfectly parametrizable
121121
* can adapt to any kind of input data, in various format (might require the rewriting of a class)
@@ -306,11 +306,12 @@ The unit tests includes testing, on linux machines the correct integration of gr
306306
* python 3.10
307307
* python 3.11
308308
* python 3.12
309+
* python 3.13
309310

310-
On all of these cases, we tested grid2op on all available numpy versions >= 1.20 (**nb** available numpy versions depend
311+
On all of these cases, we tested grid2op on all available numpy versions >= 2.0 (**nb** available numpy versions depend
311312
on python version).
312313

313-
The complete test suit is run on linux with the latest numpy version on python 3.10.
314+
The complete test suit is run on linux with the latest numpy version on python 3.12.
314315

315316
### Known issues
316317

0 commit comments

Comments
 (0)