mirror of
https://github.com/wassname/ray.git
synced 2026-08-20 12:40:44 +08:00
[RLlib] Unity3D integration (n Unity3D clients vs learning server). (#8590)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user