Tags: robinhenry/gym-anm
Tags
Switch over from `gym` to `gymnasium` (#20) * from gym to gymnasium in code * update readme * update seeding, reset, and render modes * from old to new reset/step API * update custom env example * all examples updated * update documentation * update poetry lockk * run black * fix dcopf tests * update github action checks * test with only python 3.11 * test with only python 3.13 * bump up numpy and pandas * np.Inf to np.inf, reset all python test versions in github actions * poetry 1.4 to 1.8 in ci_release * update required python version + status badge * add seed to reset() in docs example --------- Co-authored-by: Robin Henry <[email protected]>