Skip to content

Commit

Permalink
Upgrade gymnasium to gym
Browse files Browse the repository at this point in the history
  • Loading branch information
Adaickalavan committed Jan 2, 2024
1 parent 348345b commit bf29179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zoo/policies/keyboard_agent.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Callable, Tuple

import gym
import gymnasium as gym
import numpy as np
from pynput import keyboard

Expand Down

0 comments on commit bf29179

Please sign in to comment.