We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29c9f0 commit 31d133eCopy full SHA for 31d133e
src/ReinforcementLearningEnvironments/test/environments/3rd_party/gym.jl
@@ -3,13 +3,10 @@
3
modules = [
4
"gym.envs.algorithmic",
5
"gym.envs.classic_control",
6
- "gym.envs.toy_text",
7
"gym.envs.unittest",
8
],
9
) # mujoco, box2d, robotics are not tested here
10
11
- gym_env_names = filter(x -> x != "KellyCoinflipGeneralized-v0", gym_env_names) # not sure why this env has outliers
12
-
13
for x in gym_env_names
14
env = GymEnv(x)
15
RLBase.test_runnable!(env)
0 commit comments