Skip to content

Commit

Permalink
Update to gymnasium (#82)
Browse files Browse the repository at this point in the history
* update install_requires

* §

* fix imports: gym → gymnasium

* fix step function

* fix step

* gym->gymnasium

* §

* fix

* fix

* fix

* fix

* fix

* fix render

* .

* fix all step returns

* Delete build/lib/carl directory

* Delete myenv directory

* Update README.md

Fix documentation link.

* make pre-commit and format

* rename every occurrence of trunched to truncated

* @Arman717

* change trunched to truncated

* Fix gymnasium version with box2d

---------

Co-authored-by: C. Benjamins <75323339+benjamc@users.noreply.github.com>
  • Loading branch information
2 people authored and TheEimer committed Jul 17, 2023
1 parent 2ec09a7 commit 9c0e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carl/envs/rna/carl_rna_definitions.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from gym import spaces
from gymnasium import spaces

DEFAULT_CONTEXT = {
"mutation_threshold": 5,
Expand Down

0 comments on commit 9c0e45a

Please sign in to comment.