0d85ac4cfcd0506a067987af3967b585c6dde308,simple_rl/utils/chart_utils.py,,plot,#Any#Any#Any#Any#Any#Any#Any#Any#Any#,173

Before Change


    if "times" in experiment_dir:
        // If it"s a time plot.
        unit = "Time"
        experiment_dir = experiment_dir.replace("times", "")
    disc_ext = "Discounted " if track_disc_reward else ""

    // Set names.

After Change


    for i, agent_name in enumerate(agents):

        // Add figure for this algorithm.
        agent_color_index = i if agent_name not in agent_colors else agent_colors[agent_name]
        series_color = colors[agent_color_index]
        series_marker = markers[agent_color_index]
        y_axis = results[i]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: david-abel/simple_rl
Commit Name: 0d85ac4cfcd0506a067987af3967b585c6dde308
Time: 2018-03-28
Author: david_abel@brown.edu
File Name: simple_rl/utils/chart_utils.py
Class Name:
Method Name: plot


Project Name: automl/ParameterImportance
Commit Name: 8e1b03580bfb7b4370554f2fecea5fea2eea3cc0
Time: 2016-12-07
Author: biedenka@informatik.uni-freiburg.de
File Name: scripts/evaluate.py
Class Name:
Method Name:


Project Name: Rostlab/nalaf
Commit Name: 801fb1ff303c539ed90b91fc34261a5787c768c2
Time: 2015-07-06
Author: aleksandar.bojchevski@gmail.com
File Name: nala/learning/crfsuite.py
Class Name: CRFSuite
Method Name: create_input_file