File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
311312on 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
You can’t perform that action at this time.
0 commit comments