Skip to content

Commit

Permalink
replace gymnasium with gym
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-WAIFU committed Jul 20, 2023
1 parent be3ce9f commit 0cf8199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minetester/minetest_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import uuid
from typing import Any, Dict, List, Optional, Tuple

import gym
import gymnasium as gym
import matplotlib.pyplot as plt
import numpy as np
import zmq
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_email='',
packages=['minetester'],
install_requires=[
'gym',
'gymnasium',
'numpy',
'matplotlib',
'zmq',
Expand Down

0 comments on commit 0cf8199

Please sign in to comment.