[RLlib] Unity3D integration (n Unity3D clients vs learning server). (#8590)

This commit is contained in:
Sven Mika
2020-05-30 22:48:34 +02:00
committed by GitHub
parent 016337d4eb
commit d8a081a185
31 changed files with 870 additions and 191 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ class PolicyClient:
"""Record the start of an episode.
Arguments:
episode_id (str): Unique string id for the episode or None for
it to be auto-assigned.
episode_id (Optional[str]): Unique string id for the episode or
None for it to be auto-assigned.
training_enabled (bool): Whether to use experiences for this
episode to improve the policy.