1
0
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:
Linlang
2025-09-05 17:51:33 +08:00
parent 94d138ec23
commit 9eee6d33b0
10 changed files with 14 additions and 14 deletions

View File

@@ -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