We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 487cb46 + f2b8ceb commit 7878a84Copy full SHA for 7878a84
momaland/utils/conversions.py
@@ -30,7 +30,7 @@ def mo_aec_to_parallel(aec_env: AECEnv) -> ParallelEnv:
30
31
32
def mo_parallel_to_aec(par_env: ParallelEnv) -> AECEnv:
33
- """Converts a MO aec environment to a parallel environment.
+ """Converts a MO Parallel environment to an AEC environment.
34
35
In the case of an existing aec environment wrapped using a `aec_to_prallel_wrapper`, this function will return the original AEC environment.
36
Otherwise, it will apply the `parallel_to_aec_wrapper` to convert the environment.
0 commit comments