Skip to content

Commit

Permalink
remove old imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Jan 29, 2024
1 parent 9d91eb4 commit 2609881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mpe/test_mpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from jaxmarl import make
import pytest

from jaxmarl.environments.mpe import SimpleMPE, SimpleTagMPE, SimpleWorldCommMPE, SimpleSpreadMPE, SimpleCryptoMPE, SimplePushMPE, SimpleSpeakerListenerMPE, SimpleAdversaryMPE, SimpleReferenceMPE
from jaxmarl.environments.mpe.default_params import DISCRETE_ACT, CONTINUOUS_ACT

num_episodes, num_steps, tolerance = 500, 25, 1e-4
Expand Down

0 comments on commit 2609881

Please sign in to comment.