Skip to content

Commit 4121aa6

Browse files
Merge pull request ClementPerroud#16 from jonathanmv/patch-1
docs: remove duplicated docs for param
2 parents 128dbfa + 580f116 commit 4121aa6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gym_trading_env/environments.py

-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ class TradingEnv(gym.Env):
6868
:param max_episode_duration: If a integer value is used, each episode will be truncated after reaching the desired max duration in steps (by returning `truncated` as `True`). When using a max duration, each episode will start at a random starting point.
6969
:type max_episode_duration: optional - int or 'max'
7070
71-
:param max_episode_duration: If a integer value is used, each episode will be truncated after reaching the desired max duration in steps (by returning `truncated` as `True`). When using a max duration, each episode will start at a random starting point.
72-
:type max_episode_duration: optional - int or 'max'
73-
7471
:param verbose: If 0, no log is outputted. If 1, the env send episode result logs.
7572
:type verbose: optional - int
7673

0 commit comments

Comments
 (0)