Skip to content

Commit

Permalink
fix depricated modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 committed Jul 17, 2021
1 parent bfd676c commit 714c82d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions pettingzoo/butterfly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
pistonball_v3 = DeprecatedModule("pistonball", "v3", "v4")
cooperative_pong_v0 = DeprecatedModule("cooperative_pong", "v0", "v3")
cooperative_pong_v1 = DeprecatedModule("cooperative_pong", "v1", "v3")
cooperative_pong_v2 = DeprecatedModule("cooperative_pong", "v2", "v3")
knights_archers_zombies_v0 = DeprecatedModule("knights_archers_zombies", "v0", "v7")
knights_archers_zombies_v1 = DeprecatedModule("knights_archers_zombies", "v1", "v7")
knights_archers_zombies_v2 = DeprecatedModule("knights_archers_zombies", "v2", "v7")
Expand Down
7 changes: 4 additions & 3 deletions pettingzoo/classic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
gin_rummy_v0 = DeprecatedModule("gin_rummy", "v0", "v3")
gin_rummy_v1 = DeprecatedModule("gin_rummy", "v1", "v3")
gin_rummy_v2 = DeprecatedModule("gin_rummy", "v2", "v3")
go_v0 = DeprecatedModule("go", "v0", "v3")
go_v1 = DeprecatedModule("go", "v1", "v3")
go_v2 = DeprecatedModule("go", "v2", "v3")
go_v0 = DeprecatedModule("go", "v0", "v4")
go_v1 = DeprecatedModule("go", "v1", "v4")
go_v2 = DeprecatedModule("go", "v2", "v4")
go_v3 = DeprecatedModule("go", "v3", "v4")
hanabi_v0 = DeprecatedModule("hanabi", "v0", "v4")
hanabi_v1 = DeprecatedModule("hanabi", "v1", "v4")
hanabi_v2 = DeprecatedModule("hanabi", "v2", "v4")
Expand Down

0 comments on commit 714c82d

Please sign in to comment.