File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
userbenchmark/dynamo/dynamobench Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33import random
44from collections import deque
55
6- import gym
6+ import gymnasium as gym
77
88import numpy as np
99import torch
Original file line number Diff line number Diff line change 11kornia
22scikit-image
3- gym
3+ gymnasium
Original file line number Diff line number Diff line change 22import random
33from collections import deque
44
5- import gym
5+ import gymnasium as gym
66import numpy as np
77
88
@@ -132,7 +132,7 @@ def highway_env(env_id):
132132
133133 highway_env: https://highway-env.readthedocs.io/en/latest/index.html
134134 """
135- import gym
135+ import gymnasium as gym
136136
137137 env = gym .make (env_id )
138138 env .configure ({"action" : {"type" : "ContinuousAction" }})
Original file line number Diff line number Diff line change 1- gym
1+ gymnasium
22pygame
33tensorboardX
Original file line number Diff line number Diff line change 1+ # removing this file prevents the TimmRunner from dynamically skipping models
2+ skip :
3+ all :
4+ - ~
You can’t perform that action at this time.
0 commit comments