Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 561893946
Change-Id: Id14db8d377500d66b760ed732c6e2a6ed9db4053
  • Loading branch information
rchen152 authored and copybara-github committed Sep 1, 2023
1 parent 77b4652 commit 2d55c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsuite/experiments/summary_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def bsuite_radar_plot(summary_data: pd.DataFrame,
if sweep_vars:
sweep_data_ = summary_data.groupby('agent')
for aid, (agent, sweep_df) in enumerate(sweep_data_):
_radar(sweep_df, ax, agent, all_tags, color=palette(aid))
_radar(sweep_df, ax, agent, all_tags, color=palette(aid)) # pytype: disable=wrong-arg-types # pandas-drop-duplicates-overloads
if len(sweep_vars) == 1:
label = sweep_vars[0]
if label == 'experiment':
Expand Down

0 comments on commit 2d55c4a

Please sign in to comment.