[RLlib] Fix two test cases that only fail on Travis. (#11435)

This commit is contained in:
Sven Mika
2020-10-16 13:53:30 -05:00
committed by GitHub
parent f890808c14
commit 2aec77e305
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class ObservationFunction:
in multi-agent scenarios.
Observation functions can be specified in the multi-agent config by
specifying ``{"observation_function": your_obs_func}``. Note that
specifying ``{"observation_fn": your_obs_func}``. Note that
``your_obs_func`` can be a plain Python function.
This API is **experimental**.