Skip to content

Commit 2a9de84

Browse files
[BugFix] Use correct types to prevent multiwalker init error. (#47)
1 parent 00d47e1 commit 2a9de84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarl/environments/pettingzoo/multiwalker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ class TaskConfig:
2020
terminate_reward: float = MISSING
2121
terminate_on_fall: bool = MISSING
2222
remove_on_fall: bool = MISSING
23-
terrain_length: float = MISSING
23+
terrain_length: int = MISSING

0 commit comments

Comments
 (0)