Skip to content

Tags: robinhenry/gym-anm

Tags

2.0.1

Toggle 2.0.1's commit message
update readthedocs config

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

1.1.6

Toggle 1.1.6's commit message
setup dynamic versioning

1.1.5

Toggle 1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade poetry to 1.4 in actions (#18)

1.1.4

Toggle 1.1.4's commit message
update lock file

1.1.3

Toggle 1.1.3's commit message
bump up version

1.1.2

Toggle 1.1.2's commit message
update version tag number

1.1.1

Toggle 1.1.1's commit message
add quotes to python version in release actions

1.1.0

Toggle 1.1.0's commit message
update readme

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from robinhenry/hotfix/doc-update

Add if `__name__ == ...` guards to examples for windows multiprocessing bug