Skip to content

Commit 9958206

Browse files
committed
fixed another format issue
1 parent d14607a commit 9958206

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: reproductions/offline/qdt.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ def relabel_dataset_rtg(
7070
q_algo: Trained Q-learning algoirthm.
7171
k (int): Context length for DT.
7272
seed (int): The random seed.
73-
num_action_samples (int, optional): The number of action samples for
73+
num_action_samples (int, optional): The number of action samples for
7474
V function estimation. Defaults to 10.
7575
gpu (int, optional): The GPU device ID. Defaults to None.
76-
timestamp (str, optional): The timestamp for experiment name.
76+
timestamp (str, optional): The timestamp for experiment name.
7777
Defaults to None.
7878
"""
7979
# fix seed
@@ -130,7 +130,7 @@ def fit_cql(
130130
env (gym.Env): The environment instance.
131131
seed (int): The random seed.
132132
gpu (int, optional): The GPU device ID. Defaults to None.
133-
timestamp (str, optional): The timestamp for experiment name.
133+
timestamp (str, optional): The timestamp for experiment name.
134134
Defaults to None.
135135
"""
136136
# fix seed
@@ -188,7 +188,7 @@ def fit_iql(
188188
env (gym.Env): The environment instance.
189189
seed (int): The random seed.
190190
gpu (int, optional): The GPU device ID. Defaults to None.
191-
timestamp (str, optional): The timestamp for experiment name.
191+
timestamp (str, optional): The timestamp for experiment name.
192192
Defaults to None.
193193
"""
194194
# fix seed
@@ -258,7 +258,7 @@ def fit_dt(
258258
env (gym.Env): The environment instance.
259259
seed (int): The random seed.
260260
gpu (int, optional): The GPU device ID. Defaults to None.
261-
timestamp (str, optional): The timestamp for experiment name.
261+
timestamp (str, optional): The timestamp for experiment name.
262262
Defaults to None.
263263
"""
264264
# fix seed

0 commit comments

Comments
 (0)