Skip to content

Commit

Permalink
Merge pull request #5 from instadeepai/fix/fix-conflict-stateful-init
Browse files Browse the repository at this point in the history
Fix typo in Conflict stateful registration
  • Loading branch information
arnupretorius authored Jan 15, 2024
2 parents 9c96101 + 1a122f4 commit 86b150c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
)
register(
f"Conflict-{_id}-stateful-v0",
entry_point="matrix:MatrixGame",
entry_point="matrax:MatrixGame",
kwargs={
"payoff_matrix": payoff_matrix,
"keep_state": True,
Expand Down

0 comments on commit 86b150c

Please sign in to comment.