Skip to content

Commit

Permalink
gymnasium
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim0x60 committed Nov 25, 2023
1 parent 71fff87 commit af2adc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/agent.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from programlib import Program
import gym
import gymnasium as gym

mountain_car_solver = """
while True:
Expand Down
2 changes: 1 addition & 1 deletion programlib/agent.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import gym
import gymnasium as gym
import numpy as np

def decode_action(action_space, action):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "programlib"
version = "9.0.2"
version = "9.0.3"
description = "Programs as Objects"
authors = ["Vadim Liventsev <[email protected]>"]
license = "MIT"
Expand All @@ -14,7 +14,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
pexpect = "^4.8.0"
gym = "^0.26.2"
gymnasium = " >=0.0.0"
numpy = "^1.24.2"
pyte = "^0.8.0"
contextlib-chdir = {version = "^1.0.2", python = "<3.11"}
Expand Down

0 comments on commit af2adc7

Please sign in to comment.