Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Update plot_against_baseline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quanvuong authored Jan 10, 2020
1 parent 715db5a commit cbc0333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotting/plot_against_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def plot(values, label, color=[0, 0, 1, 1]):

RLKIT_BASE_LOG_DIR_BASELINE = RLKIT_BASE_LOG_DIR_ALGO = './data'

RUN_IDXES = list([i for i in range(5) if i is not 3])
RUN_IDXES = list([i for i in range(5)])
NUM_RUN = len(RUN_IDXES)


Expand Down

0 comments on commit cbc0333

Please sign in to comment.