Skip to content

Commit 31d133e

Browse files
authored
Fix ci (#469)
* Fix ci * add KellyCoinflip-v0 * Remove toy_text envs
1 parent b29c9f0 commit 31d133e

File tree

1 file changed

+0
-3
lines changed
  • src/ReinforcementLearningEnvironments/test/environments/3rd_party

1 file changed

+0
-3
lines changed

src/ReinforcementLearningEnvironments/test/environments/3rd_party/gym.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@
33
modules = [
44
"gym.envs.algorithmic",
55
"gym.envs.classic_control",
6-
"gym.envs.toy_text",
76
"gym.envs.unittest",
87
],
98
) # mujoco, box2d, robotics are not tested here
109

11-
gym_env_names = filter(x -> x != "KellyCoinflipGeneralized-v0", gym_env_names) # not sure why this env has outliers
12-
1310
for x in gym_env_names
1411
env = GymEnv(x)
1512
RLBase.test_runnable!(env)

0 commit comments

Comments
 (0)