-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add umshini helper functions to init, fix minor whitespace issue
- Loading branch information
Elliot Tower
committed
Jun 16, 2023
1 parent
7bbec12
commit 2788df0
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from .pettingzoo_wrapper import PettingZooCompatibilityV0 | ||
|
||
from .debate import DebateEnv | ||
from .symmetric_content_moderation import SymmetricContentModerationEnv | ||
from .symmetric_deception import SymmetricDeceptionEnv | ||
from .debate import DebateEnv, create_debate_env | ||
from .symmetric_content_moderation import SymmetricContentModerationEnv, create_content_moderation_env | ||
from .symmetric_deception import SymmetricDeceptionEnv, create_deception_env |
2 changes: 1 addition & 1 deletion
2
examples/pettingzoo_env_example.json → examples/umshini_debate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "Debate", | ||
"name": "Debate", | ||
"players": [ | ||
{ | ||
"name": "Moderator", | ||
|