Skip to content

Commit

Permalink
Pre-commit and rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Mar 13, 2024
1 parent fcc2ff2 commit 345ced2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions real_pettingzoo_env_test.py → test/pettingzoo_env_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import pytest
from pettingzoo.test import parallel_api_test
from pettingzoo.mpe import simple_spread_v3
from pettingzoo.test import parallel_api_test

from supersuit.multiagent_wrappers import pad_action_space_v0


def test_pad_actuon_space():
env = simple_spread_v3.parallel_env(max_cycles=25, continuous_actions=True)
Expand Down

0 comments on commit 345ced2

Please sign in to comment.