mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-09 22:10:56 +08:00
chore(deps): replace unmaintained 'gym' with 'gymnasium'
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
from collections import Counter
|
||||
|
||||
import gym
|
||||
import gymnasium as gym
|
||||
import numpy as np
|
||||
from tianshou.data import Batch, Collector
|
||||
from tianshou.policy import BasePolicy
|
||||
|
||||
Reference in New Issue
Block a user