View source on GitHub |
TF metrics.
Classes
class AverageEpisodeLengthMetric
: Metric to compute the average episode length.
class AverageReturnMetric
: Metric to compute the average return.
class AverageReturnMultiMetric
: Metric to compute the average return for multiple metrics.
class ChosenActionHistogram
: Metric to compute the frequency of each action chosen.
class EnvironmentSteps
: Counts the number of steps taken in the environment.
class MaxReturnMetric
: Metric to compute the max return.
class MinReturnMetric
: Metric to compute the min return.
class NumberOfEpisodes
: Counts the number of episodes in the environment.
class TFDeque
: Deque backed by tf.Variable storage.
Functions
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|