More precise obs space for point mazes

This commit is contained in:
kngwyu
2020-06-24 22:42:52 +09:00
parent c9ebb1e2c7
commit 083d6f8dc8
9 changed files with 91 additions and 113 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import gym
import mujoco_maze
import pytest
import mujoco_maze
@pytest.mark.parametrize("maze_id", mujoco_maze.MAZE_IDS)
def test_ant_maze(maze_id):