mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
[rllib] Refactor rllib to have a common sample collection pathway (#2149)
This commit is contained in:
@@ -31,6 +31,12 @@ TrainingResult = namedtuple(
|
||||
# (Optional) The mean episode reward if applicable.
|
||||
"episode_reward_mean",
|
||||
|
||||
# (Optional) The min episode reward if applicable.
|
||||
"episode_reward_min",
|
||||
|
||||
# (Optional) The max episode reward if applicable.
|
||||
"episode_reward_max",
|
||||
|
||||
# (Optional) The mean episode length if applicable.
|
||||
"episode_len_mean",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user