Module: utils
This provides utilities for dealing with Dopamine data.
See: dopamine//common/logger.py .
Functions
get_latest_file(...)
: Return the file named
‘path_[0-9]*’ with the largest such number.
get_latest_iteration(...)
: Return the
largest iteration number corresponding to the given path.
load_baselines(...)
: Reads in the baseline
experimental data from a specified base directory.
load_statistics(...)
: Reads in a statistics
object from log_path.
read_experiment(...)
: Reads in a set of
experimental results from log_path.
summarize_data(...)
: Processes log data into a
per-iteration summary.