Skip to content

Commit

Permalink
Add plotting for ddqn
Browse files Browse the repository at this point in the history
  • Loading branch information
tae898 committed Aug 10, 2023
1 parent 10910c5 commit cac4ced
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 24 deletions.
271 changes: 248 additions & 23 deletions plot.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def plot_test_results(
yerr=yerr,
capsize=4,
)
# print(f"heights: {height}, stds: {yerr}")
print(f"heights: {height}, stds: {yerr}")
plt.xticks([])
ax.set_ylim([ymin, ymax])
plt.yticks(fontsize=30)
Expand Down

0 comments on commit cac4ced

Please sign in to comment.